From 624de7778b034eb3f762098b3fa0a90d1527d70d Mon Sep 17 00:00:00 2001 From: dosse91 Date: Wed, 24 Feb 2021 08:18:01 +0100 Subject: [PATCH] Release 5.2.3 --- README.md | 2 +- doc.md | 2 +- speedtest.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8da73dd..7d0a72d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc.md b/doc.md index 74592b5..c51d402 100644 --- a/doc.md +++ b/doc.md @@ -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 diff --git a/speedtest.js b/speedtest.js index 54d14f7..7d42a1c 100644 --- a/speedtest.js +++ b/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.2 - https://github.com/librespeed/speedtest" + "LibreSpeed by Federico Dossena v5.2.3 - https://github.com/librespeed/speedtest" ); }