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>
This commit is contained in:
Copilot 2026-01-11 23:16:58 +01:00 committed by GitHub
parent 746824b77d
commit 9830af2c3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
doc.md
View file

@ -1,7 +1,7 @@
# LibreSpeed
> by Federico Dossena
> Version 5.5.0
> Version 5.5.1
> [https://github.com/librespeed/speedtest/](https://github.com/librespeed/speedtest/)
## Introduction

View file

@ -1,6 +1,6 @@
{
"name": "librespeed-speedtest",
"version": "5.5.0",
"version": "5.5.1",
"description": "LibreSpeed - A Free and Open Source speed test that you can host on your server(s)",
"main": "speedtest.js",
"scripts": {

View file

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