Skip to content

Commit d687757

Browse files
committed
Bumped version to 5.2.2; Updated README.md
1 parent e36de9a commit d687757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A template to build an Android client for your LibreSpeed installation is availa
4242
Please see the `docker` branch
4343

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

4747
## Node.js backend
4848
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.

speedtest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Speedtest() {
4949
this._settings = {}; //settings for the speedtest worker
5050
this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
5151
console.log(
52-
"LibreSpeed by Federico Dossena v5.2.1 - https://github.com/librespeed/speedtest"
52+
"LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest"
5353
);
5454
}
5555

0 commit comments

Comments
 (0)