Skip to content

Commit f540a5e

Browse files
0.2
1 parent fc2db5f commit f540a5e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cordova/config.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<widget id="org.byteball.wallet"
3-
version="0.1.1"
4-
android-versionCode="2"
5-
ios-CFBundleVersion="0.1.1">
3+
version="0.2"
4+
android-versionCode="3"
5+
ios-CFBundleVersion="0.2">
66
<name>Byteball</name>
77
<description>
88
Byteball wallet.

webkitbuilds/setup-win32.iss

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

44
#define MyAppName "Byteball test"
55
#define MyAppPackageName "Byteball test"
6-
#define MyAppVersion "0.1.1"
6+
#define MyAppVersion "0.2"
77
#define MyAppPublisher "Byteball"
88
#define MyAppURL "https://byteball.org"
99
#define MyAppExeName "Byteball test.exe"

webkitbuilds/setup-win64.iss

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

44
#define MyAppName "Byteball test"
55
#define MyAppPackageName "Byteball test"
6-
#define MyAppVersion "0.1.1"
6+
#define MyAppVersion "0.2"
77
#define MyAppPublisher "Byteball"
88
#define MyAppURL "https://byteball.org"
99
#define MyAppExeName "Byteball test.exe"

0 commit comments

Comments
 (0)