Bumped version to 5.2.2; Updated README.md

This commit is contained in:
dosse91 2020-09-27 20:35:58 +02:00
parent e36de9a6ce
commit d6877577d5
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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"
);
}