diff --git a/manifest.json b/manifest.json index 564782990..572d29c59 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Sprinklers", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", - "version": "1.1.6", + "version": "1.1.7", "manifest_version": 2, "app": { "background": { diff --git a/manifest.webapp b/manifest.webapp index 0073a1a58..42b2652ea 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -17,5 +17,5 @@ }, "default_locale": "en", "type": "privileged", - "version": "1.1.6" + "version": "1.1.7" } diff --git a/package.json b/package.json index 06037eb8f..d7d1ccc70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sprinklers", - "version": "1.1.6", + "version": "1.1.7", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "www/js/main.js", "scripts": { diff --git a/source/osx/Resources/Sprinklers-Info.plist b/source/osx/Resources/Sprinklers-Info.plist index 323273b89..22670b778 100644 --- a/source/osx/Resources/Sprinklers-Info.plist +++ b/source/osx/Resources/Sprinklers-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.6 + 1.1.7 CFBundleSignature ???? CFBundleVersion - 2 + 3 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/www/config.xml b/www/config.xml index 798d4495c..467f5cf57 100644 --- a/www/config.xml +++ b/www/config.xml @@ -3,8 +3,8 @@ xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.albahra.sprinklers" - version = "1.1.6" - versionCode = "32" > + version = "1.1.7" + versionCode = "33" > diff --git a/www/js/main.js b/www/js/main.js index c1031cacb..18b70667d 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -4341,7 +4341,7 @@ function show_about() { "" + "" + "

" + - _("App Version")+": 1.1.6" + + _("App Version")+": 1.1.7" + "
" + _("Firmware")+": "+getOSVersion() + "

" +