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 Sep 19, 2020
1 parent ede436d commit db47b1f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="103" id="com.albahra.sprinklers" version="2.2.0" versionCode="103" 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">
<widget android-versionCode="104" id="com.albahra.sprinklers" version="2.2.1" versionCode="104" 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">
<name>OpenSprinkler</name>
<description>
Designed to allow intuitive control of the OpenSprinkler irrigation controller.
Expand Down Expand Up @@ -40,7 +40,7 @@
<string>Your camera is used to provide an image for your stations.</string>
</config-file>
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleShortVersionString">
<string>18103</string>
<string>18203</string>
</config-file>
<splash height="480" src="res/ios/screens/startup.png" width="320" />
<splash height="960" src="res/ios/screens/startup-retina.png" width="640" />
Expand Down Expand Up @@ -119,7 +119,7 @@
<icon src="res/osx/icons/icon-32.png" width="32" />
<icon src="res/osx/icons/icon-16.png" width="16" />
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleVersion">
<string>18103</string>
<string>18203</string>
</config-file>
<config-file target="*-Info.plist" overwrite="true" parent="CFBundleIdentifier">
<string>com.albahra.Sprinklers.osx</string>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"name": "OpenSprinkler",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"version": "2.2.0",
"version": "2.2.1",
"manifest_version": 2,
"app": {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"phonegap": {
"id": "1371093"
},
"version": "2.2.0",
"version": "2.2.1",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Expand Up @@ -9694,7 +9694,7 @@ var showAbout = ( function() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_( "App Version" ) + ": 2.2.0" +
_( "App Version" ) + ": 2.2.1" +
"<br>" + _( "Firmware" ) + ": <span class='firmware'></span>" +
"<br><span class='hardwareLabel'>" + _( "Hardware Version" ) + ":</span> <span class='hardware'></span>" +
"</p>" +
Expand Down

0 comments on commit db47b1f

Please sign in to comment.