Skip to content

Commit 29b14be

Browse files
committed
Update version number
1 parent d3dd908 commit 29b14be

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

config.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<widget xmlns="http://www.w3.org/ns/widgets"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.albahra.opengarage"
5-
version="1.0.0"
6-
android-versionCode="1"
7-
versionCode="1" >
5+
version="1.0.2"
6+
android-versionCode="2"
7+
versionCode="2" >
88

99
<!-- Add required short version string to iOS configuration -->
1010
<config-file platform="ios" parent="CFBundleShortVersionString">
11-
<string>1</string>
11+
<string>2</string>
1212
</config-file>
1313

1414
<name>OpenGarage</name>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"fullName": "OpenGarage",
44
"author": "Samer Albahra",
55
"homepage": "http://opengarage.io",
6-
"version": "1.0.0",
7-
"build": "1",
6+
"version": "1.0.2",
7+
"build": "2",
88
"license": "UNLICENSED",
99
"private": false,
1010
"description": "Designed to allow intuitive control of the OpenGarage garage door opener.",

www/cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ index.html
2929
NETWORK:
3030
*
3131

32-
# hash: 3b7a82b4ad90826531faad542d50a9428f1d27f2c3190b1e515e580da19c8772
32+
# hash: ed61d70637e6ea4eff332b8f2a3b12b8483fdeda38c0d987919faca100703893

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- Define the app version and debug flag -->
1717
<script>
18-
window.appVersion={"name":"1.0.0","number":1};
18+
window.appVersion={"name":"1.0.2","number":2};
1919
</script>
2020

2121
<!-- Fix unsafe errors in Windows apps -->

0 commit comments

Comments
 (0)