Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Jan 18, 2017
1 parent c3232a4 commit 2467e72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.byteball.wallet"
version="1.0.0"
android-versionCode="1020"
ios-CFBundleVersion="1.0.0">
version="1.1.0"
android-versionCode="1021"
ios-CFBundleVersion="1.1.0">
<name>Byteball</name>
<description>
Byteball wallet.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "byteball",
"description": "A wallet for decentralized value",
"author": "Byteball",
"version": "1.0.0",
"version": "1.1.0",
"keywords": [
"wallet",
"byteball",
Expand Down
2 changes: 1 addition & 1 deletion webkitbuilds/setup-win32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Byteball"
#define MyAppPackageName "Byteball"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "Byteball"
#define MyAppURL "https://byteball.org"
#define MyAppExeName "Byteball.exe"
Expand Down
2 changes: 1 addition & 1 deletion webkitbuilds/setup-win64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Byteball"
#define MyAppPackageName "Byteball"
#define MyAppVersion "1.0.0"
#define MyAppVersion "1.1.0"
#define MyAppPublisher "Byteball"
#define MyAppURL "https://byteball.org"
#define MyAppExeName "Byteball.exe"
Expand Down

0 comments on commit 2467e72

Please sign in to comment.