Skip to content

Commit 5bddaac

Browse files
committed
Release 5.2.5
1 parent a85f2c0 commit 5bddaac

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
@@ -52,7 +52,7 @@ A partial Node.js implementation is available in the `node` branch, developed by
5252
[Donate with PayPal](https://www.paypal.me/sineisochronic)
5353

5454
## License
55-
Copyright (C) 2016-2021 Federico Dossena
55+
Copyright (C) 2016-2022 Federico Dossena
5656

5757
This program is free software: you can redistribute it and/or modify
5858
it under the terms of the GNU Lesser General Public License as published by

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.4 - https://github.com/librespeed/speedtest"
52+
"LibreSpeed by Federico Dossena v5.2.5 - https://github.com/librespeed/speedtest"
5353
);
5454
}
5555

0 commit comments

Comments
 (0)