Jelajahi Sumber

chore(release): v6.1.0 (#795)

Agent-Logs-Url: https://github.com/librespeed/speedtest/sessions/8a2ce044-63ba-41c9-9629-b759008e8afc

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sstidl <12804296+sstidl@users.noreply.github.com>
Copilot 3 bulan lalu
induk
melakukan
853214db6c
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      doc.md
  2. 1 1
      package.json
  3. 1 1
      speedtest.js

+ 1 - 1
doc.md

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

+ 1 - 1
package.json

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

+ 1 - 1
speedtest.js

@@ -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.0.2 - https://github.com/librespeed/speedtest"
+    "LibreSpeed by Federico Dossena v6.1.0 - https://github.com/librespeed/speedtest"
   );
 }