mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-04 14:48:38 +00:00
version numbers 5.5.0
This commit is contained in:
parent
43116cb5a9
commit
fdd2fd24a6
3 changed files with 3 additions and 3 deletions
2
doc.md
2
doc.md
|
|
@ -1,7 +1,7 @@
|
|||
# LibreSpeed
|
||||
|
||||
> by Federico Dossena
|
||||
> Version 5.4.1
|
||||
> Version 5.5.0
|
||||
> [https://github.com/librespeed/speedtest/](https://github.com/librespeed/speedtest/)
|
||||
|
||||
## Introduction
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "librespeed-speedtest",
|
||||
"version": "5.4.1",
|
||||
"version": "5.5.0",
|
||||
"description": "LibreSpeed - A Free and Open Source speed test that you can host on your server(s)",
|
||||
"main": "speedtest.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ function Speedtest() {
|
|||
this._settings = {}; //settings for the speed test 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.4.1 - https://github.com/librespeed/speedtest"
|
||||
"LibreSpeed by Federico Dossena v5.5.0 - https://github.com/librespeed/speedtest"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue