Skip to content

Commit

Permalink
Base: Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Dec 12, 2014
1 parent 68882e3 commit ceede84
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
versionCode = "41" >
version = "1.2.6"
versionCode = "42" >

<preference name="phonegap-version" value="3.6.3" />
<preference name="DisallowOverscroll" value="true" />
Expand All @@ -31,7 +31,7 @@
</gap:config-file>

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>125</string>
<string>126</string>
</gap:config-file>

<gap:config-file platform="android" parent="/manifest">
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenSprinkler",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"version": "1.2.5",
"version": "1.2.6",
"manifest_version": 2,
"app": {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"default_locale": "en",
"type": "privileged",
"version": "1.2.5"
"version": "1.2.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenSprinkler",
"version": "1.2.5",
"version": "1.2.6",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "www/js/main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/osx/Resources/OpenSprinkler-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.5</string>
<string>1.2.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>11</string>
<string>12</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6735,7 +6735,7 @@ function show_about() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_("App Version")+": 1.2.5" +
_("App Version")+": 1.2.6" +
(typeof controller.options.hwv !== "undefined" ? "<br>"+_("Hardware Version")+": v"+getHWVersion() : "") +
"<br>"+_("Firmware")+": "+getOSVersion() +
"</p>" +
Expand Down

0 comments on commit ceede84

Please sign in to comment.