Skip to content

Commit 3ae0e9e

Browse files
committed
Bumped version to 5.4.1
1 parent 7327d2f commit 3ae0e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LibreSpeed
22

33
> by Federico Dossena
4-
> Version 5.4
4+
> Version 5.4.1
55
> [https://github.com/librespeed/speedtest/](https://github.com/librespeed/speedtest/)
66
77
## Introduction

speedtest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Speedtest() {
4949
this._settings = {}; //settings for the speed test 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.4 - https://github.com/librespeed/speedtest"
52+
"LibreSpeed by Federico Dossena v5.4.1 - https://github.com/librespeed/speedtest"
5353
);
5454
}
5555

0 commit comments

Comments
 (0)