Skip to content

Commit

Permalink
Bumped version to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Sep 7, 2020
1 parent 1d6568a commit 3ccdd3d
Showing 1 changed file with 1 addition and 1 deletion.
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 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.2.1 - https://github.com/librespeed/speedtest"
);
}

Expand Down

0 comments on commit 3ccdd3d

Please sign in to comment.