Skip to content

Commit

Permalink
Release 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Feb 24, 2021
1 parent a3b20ba commit 624de77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A partial Node.js implementation is available in the `node` branch, developed by
[Donate with PayPal](https://www.paypal.me/sineisochronic)

## License
Copyright (C) 2016-2020 Federico Dossena
Copyright (C) 2016-2021 Federico Dossena

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion doc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LibreSpeed

> by Federico Dossena
> Version 5.2
> Version 5.2.3
> [https://github.com/librespeed/speedtest/](https://github.com/librespeed/speedtest/)
## Introduction
Expand Down
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.2 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.2.3 - https://github.com/librespeed/speedtest"
);
}

Expand Down

0 comments on commit 624de77

Please sign in to comment.