adolfintel 7 лет назад
Родитель
Сommit
db6a3cacf1
4 измененных файлов с 3 добавлено и 5 удалено
  1. 1 1
      Frontend/server_selector.js
  2. 1 1
      Frontend/speedtest_worker.js
  3. 0 2
      README.md
  4. 1 1
      doc.md

+ 1 - 1
Frontend/server_selector.js

@@ -1,5 +1,5 @@
 /*
-	HTML5 Speedtest v4.7.1 MPOT - Server selector
+	HTML5 Speedtest v4.7.2 MPOT - Server selector
 	by Federico Dossena
 	https://github.com/adolfintel/speedtest/
 	GNU LGPLv3 License

+ 1 - 1
Frontend/speedtest_worker.js

@@ -1,5 +1,5 @@
 /*
-	HTML5 Speedtest v4.7.1 MPOT
+	HTML5 Speedtest v4.7.2 MPOT
 	by Federico Dossena
 	https://github.com/adolfintel/speedtest/
 	GNU LGPLv3 License

+ 0 - 2
README.md

@@ -5,8 +5,6 @@
 ## Multiple Points of Test
 This branch allows usage of multiple test servers instead of just 1. The client runs a server selector, which pings a list of test servers and chooses the one with the best ping.
 
-__This is a new and experimental feature__
-
 For the regular version, see the [`master` branch](https://github.com/adolfintel/speedtest).
 
 ## Try it

+ 1 - 1
doc.md

@@ -1,7 +1,7 @@
 # HTML5 Speedtest - Multiple Points of Test
 
 > by Federico Dossena  
-> Version 4.7.1 MPOT
+> Version 4.7.2 MPOT
 > [https://github.com/adolfintel/speedtest/tree/mpot](https://github.com/adolfintel/speedtest/tree/mpot)
 
 ## Introduction