Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Oct 6, 2020
1 parent 2fa3c0a commit 71929e0
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="3.3.0"
android-versionCode="1090"
ios-CFBundleVersion="3.3.0" xmlns:android="http://schemas.android.com/apk/res/android">
version="3.3.1"
android-versionCode="1091"
ios-CFBundleVersion="3.3.1" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Obyte</name>
<description>
Obyte 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": "Smart payments made simple",
"author": "Obyte",
"version": "3.3.0",
"version": "3.3.1",
"keywords": [
"wallet",
"obyte",
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 "Obyte"
#define MyAppPackageName "Obyte"
#define MyAppVersion "3.3.0"
#define MyAppVersion "3.3.1"
#define MyAppPublisher "Obyte"
#define MyAppURL "https://obyte.org"
#define MyAppExeName "Obyte.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 "Obyte"
#define MyAppPackageName "Obyte"
#define MyAppVersion "3.3.0"
#define MyAppVersion "3.3.1"
#define MyAppPublisher "Obyte"
#define MyAppURL "https://obyte.org"
#define MyAppExeName "Obyte.exe"
Expand Down

0 comments on commit 71929e0

Please sign in to comment.