diff --git a/ReadMe.txt b/ReadMe.txt
index 98f9116..1529da0 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -2,8 +2,8 @@ SteelSeries JavaScript gauges
=============================
Created by Mark Crossley July 2011
-Version 2.7.1
-Updated: 27 July 2018
+Version 2.7.3
+Updated: 01 November 2018
+-------------------------------------------------------+
| |
@@ -412,6 +412,10 @@ If the display is in feet, then values below 2000 ft are rounded to 50 ft, above
Release History
=======================
+2.7.3
+ * gauges.js
+ - New URL for Cumulus downloads
+
2.7.2
* gauges.js
- Fix conversion of Indoor Temp Todays Low between C & F
diff --git a/web_server/scripts/gauges.js b/web_server/scripts/gauges.js
index 4d615f3..fc169ec 100644
--- a/web_server/scripts/gauges.js
+++ b/web_server/scripts/gauges.js
@@ -33,7 +33,7 @@ gauges = (function () {
var strings = LANG.EN, // Set to your default language. Store all the strings in one object
config = {
// Script configuration parameters you may want to 'tweak'
- scriptVer : '2.7.2',
+ scriptVer : '2.7.3',
weatherProgram : 0, // Set 0=Cumulus, 1=Weather Display, 2=VWS, 3=WeatherCat, 4=Meteobridge, 5=WView, 6=WeeWX, 7=WLCOM
imgPathURL : './images/', // *** Change this to the relative path for your 'Trend' graph images
oldGauges : 'gauges.htm', // *** Change this to the relative path for your 'old' gauges page.
@@ -173,7 +173,7 @@ gauges = (function () {
sampleDate,
realtimeVer, // minimum version of the realtime JSON file required
programLink = [
- 'Cumulus',
+ 'Cumulus',
'Weather Display',
'Virtual Weather Station',
'WeatherCat',