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 Apr 24, 2021
1 parent 202f00a commit b108a80
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="107" id="com.albahra.sprinklers" version="2.2.4" versionCode="107" 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="108" id="com.albahra.sprinklers" version="2.2.5" versionCode="108" 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>18504</string>
<string>18604</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>18504</string>
<string>18604</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.4",
"version": "2.2.5",
"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.4",
"version": "2.2.5",
"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 @@ -9724,7 +9724,7 @@ var showAbout = ( function() {
"</li>" +
"</ul>" +
"<p class='smaller'>" +
_( "App Version" ) + ": 2.2.4" +
_( "App Version" ) + ": 2.2.5" +
"<br>" + _( "Firmware" ) + ": <span class='firmware'></span>" +
"<br><span class='hardwareLabel'>" + _( "Hardware Version" ) + ":</span> <span class='hardware'></span>" +
"</p>" +
Expand Down

0 comments on commit b108a80

Please sign in to comment.