diff --git a/config.xml b/config.xml index 93efb9c77..b9c6d6dd5 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + OpenSprinkler Designed to allow intuitive control of the OpenSprinkler irrigation controller. @@ -41,7 +41,7 @@ Your camera is used to provide an image for your stations. - 1873 + 1883 @@ -120,7 +120,7 @@ - 1873 + 1883 com.albahra.Sprinklers.osx diff --git a/manifest.json b/manifest.json index 7169dadae..5a7000861 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.1.8", + "version": "2.1.9", "manifest_version": 2, "app": { "background": { diff --git a/package.json b/package.json index dfd68720a..c4723aeee 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "2.1.8", + "version": "2.1.9", "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 1d5326a38..d42587393 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -9555,7 +9555,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 2.1.8" + + _( "App Version" ) + ": 2.1.9" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +