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 Nov 13, 2014
1 parent 4fa2167 commit 463c705
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.3",
"version": "1.2.4",
"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.3"
"version": "1.2.4"
}
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.3",
"version": "1.2.4",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "www/js/main.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions www/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.3"
versionCode = "39" >
version = "1.2.4"
versionCode = "40" >

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

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>123</string>
<string>124</string>
</gap:config-file>

<gap:config-file platform="android" parent="/manifest">
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6489,7 +6489,7 @@ function show_about() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_("App Version")+": 1.2.3" +
_("App Version")+": 1.2.4" +
"<br>" +
_("Firmware")+": "+getOSVersion() +
"</p>" +
Expand Down

0 comments on commit 463c705

Please sign in to comment.