diff --git a/config.xml b/config.xml index 312bc6d3..c6c4daee 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + OpenSprinkler Designed to allow intuitive control of the OpenSprinkler irrigation controller. @@ -40,7 +40,7 @@ Your camera is used to provide an image for your stations. - 18103 + 18203 @@ -119,7 +119,7 @@ - 18103 + 18203 com.albahra.Sprinklers.osx diff --git a/manifest.json b/manifest.json index 942e41ce..42cec12e 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.2.0", + "version": "2.2.1", "manifest_version": 2, "app": { "background": { diff --git a/package.json b/package.json index fc954f0b..4d42fe72 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "phonegap": { "id": "1371093" }, - "version": "2.2.0", + "version": "2.2.1", "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 7b1fd4e9..f195bd66 100755 --- a/www/js/main.js +++ b/www/js/main.js @@ -9694,7 +9694,7 @@ var showAbout = ( function() { "" + "" + "

" + - _( "App Version" ) + ": 2.2.0" + + _( "App Version" ) + ": 2.2.1" + "
" + _( "Firmware" ) + ": " + "
" + _( "Hardware Version" ) + ": " + "

" +