Skip to content

Commit 301c7dd

Browse files
committed
Base: Increment version number
1 parent 17e0824 commit 301c7dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="109" id="com.albahra.sprinklers" version="2.3.1" versionCode="110" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="110" id="com.albahra.sprinklers" version="2.3.2" versionCode="111" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>OpenSprinkler</name>
44
<description>
55
Designed to allow intuitive control of the OpenSprinkler irrigation controller.
@@ -40,7 +40,7 @@
4040
<string>Your camera is used to provide an image for your stations.</string>
4141
</config-file>
4242
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleShortVersionString">
43-
<string>19604</string>
43+
<string>19704</string>
4444
</config-file>
4545
<splash height="480" src="res/ios/screens/startup.png" width="320" />
4646
<splash height="960" src="res/ios/screens/startup-retina.png" width="640" />
@@ -119,7 +119,7 @@
119119
<icon src="res/osx/icons/icon-32.png" width="32" />
120120
<icon src="res/osx/icons/icon-16.png" width="16" />
121121
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleVersion">
122-
<string>19605</string>
122+
<string>19705</string>
123123
</config-file>
124124
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleIdentifier">
125125
<string>com.albahra.Sprinklers.osx</string>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "OpenSprinkler",
33
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"manifest_version": 2,
66
"app": {
77
"background": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"phonegap": {
66
"id": "1371093"
77
},
8-
"version": "2.3.1",
8+
"version": "2.3.2",
99
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
1010
"main": "index.html",
1111
"scripts": {

www/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10428,7 +10428,7 @@ var showAbout = ( function() {
1042810428
"</li>" +
1042910429
"</ul>" +
1043010430
"<p class='smaller'>" +
10431-
_( "App Version" ) + ": 2.3.1" +
10431+
_( "App Version" ) + ": 2.3.2" +
1043210432
"<br>" + _( "Firmware" ) + ": <span class='firmware'></span>" +
1043310433
"<br><span class='hardwareLabel'>" + _( "Hardware Version" ) + ":</span> <span class='hardware'></span>" +
1043410434
"</p>" +

0 commit comments

Comments
 (0)