diff --git a/config.xml b/config.xml index 4924d69b..b5385601 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + OpenSprinkler Designed to allow intuitive control of the OpenSprinkler irrigation controller. diff --git a/manifest.json b/manifest.json index 7585c8ce..7f94188a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "OpenSprinkler", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", - "version": "2.3.5", + "version": "2.3.0", "manifest_version": 2, "app": { "background": { diff --git a/package.json b/package.json index 0a29b9b4..8e003b2f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "2.3.5", + "version": "2.3.0", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "index.html", "scripts": { diff --git a/www/js/main.js b/www/js/main.js index fe8edf44..93366cff 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -10358,7 +10358,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 2.3.5" + + _( "App Version" ) + ": 2.3.0" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +