Skip to content

Commit

Permalink
Bumped version to 5.2.2; Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Sep 27, 2020
1 parent e36de9a commit d687757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A template to build an Android client for your LibreSpeed installation is availa
Please see the `docker` branch

## Go backend
A Go implementation is available in the `go` branch, maintained by [Maddie Zhan](https://github.com/maddie).
A Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie).

## Node.js backend
A partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment.
Expand Down
2 changes: 1 addition & 1 deletion speedtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Speedtest() {
this._settings = {}; //settings for the speedtest worker
this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
console.log(
"LibreSpeed by Federico Dossena v5.2.1 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest"
);
}

Expand Down

0 comments on commit d687757

Please sign in to comment.