浏览代码

Bumped version to 5.2.2; Updated README.md

dosse91 5 年之前
父节点
当前提交
d6877577d5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      speedtest.js

+ 1 - 1
README.md

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

+ 1 - 1
speedtest.js

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