diff --git a/config.xml b/config.xml index 71268803a..50aef0399 100644 --- a/config.xml +++ b/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.2.9" - versionCode = "45" > + version = "1.2.10" + versionCode = "46" > @@ -31,7 +31,7 @@ - 129 + 1210 diff --git a/manifest.json b/manifest.json index 126918eca..7631d69f8 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": "1.2.9", + "version": "1.2.10", "manifest_version": 2, "app": { "background": { diff --git a/manifest.webapp b/manifest.webapp index 5de418ea2..a4def1c0d 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -20,5 +20,5 @@ }, "default_locale": "en", "type": "privileged", - "version": "1.2.9" + "version": "1.2.10" } diff --git a/package.json b/package.json index 515b7d121..a21036731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OpenSprinkler", - "version": "1.2.9", + "version": "1.2.10", "description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.", "main": "www/js/main.js", "scripts": { diff --git a/source/osx/Resources/OpenSprinkler-Info.plist b/source/osx/Resources/OpenSprinkler-Info.plist index c5711f8a8..3fe1e1d99 100644 --- a/source/osx/Resources/OpenSprinkler-Info.plist +++ b/source/osx/Resources/OpenSprinkler-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.9 + 1.2.10 CFBundleSignature ???? CFBundleVersion - 15 + 16 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/www/js/main.js b/www/js/main.js index 06afb443a..f66e8fe93 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -7098,7 +7098,7 @@ function show_about() { "" + "" + "

" + - _("App Version")+": 1.2.9" + + _("App Version")+": 1.2.10" + (typeof controller.options.hwv !== "undefined" ? "
"+_("Hardware Version")+": v"+getHWVersion() : "") + "
"+_("Firmware")+": "+getOSVersion() + "

" +