chore(release): prepare v6.2.0
Some checks failed
Docker / e2e (push) Has been cancelled
Docker / build (./Dockerfile, , ghcr.io/${{ github.repository }}) (push) Has been cancelled
Docker / build (./Dockerfile.alpine, -alpine, ghcr.io/${{ github.repository }}) (push) Has been cancelled

This commit is contained in:
Stefan Stidl 2026-07-22 20:23:45 +02:00
parent be1c7f87a7
commit 16e8440dff
3 changed files with 3 additions and 3 deletions

2
doc.md
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "librespeed-speedtest",
"version": "6.1.0",
"version": "6.2.0",
"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 v6.1.0 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v6.2.0 - https://github.com/librespeed/speedtest"
);
}