Skip to content

Commit 9830af2

Browse files
Copilotsstidl
andauthored
Prepare 5.5.1 hotfix release (#747)
* Initial plan * version numbers 5.5.1 Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com>
1 parent 746824b commit 9830af2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LibreSpeed
22

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librespeed-speedtest",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"description": "LibreSpeed - A Free and Open Source speed test that you can host on your server(s)",
55
"main": "speedtest.js",
66
"scripts": {

speedtest.js

Lines changed: 1 addition & 1 deletion
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.5.0 - https://github.com/librespeed/speedtest"
52+
"LibreSpeed by Federico Dossena v5.5.1 - https://github.com/librespeed/speedtest"
5353
);
5454
}
5555

0 commit comments

Comments
 (0)