فهرست منبع

Release 5.2.5

dosse91 3 سال پیش
والد
کامیت
5bddaac12a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      README.md
  2. 1 1
      speedtest.js

+ 1 - 1
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-2021 Federico Dossena
+Copyright (C) 2016-2022 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

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