Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofbyteball committed Feb 25, 2022
1 parent dcc2982 commit 0538623
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.4.0"
android-versionCode="1095"
ios-CFBundleVersion="3.4.0" xmlns:android="http://schemas.android.com/apk/res/android">
version="3.4.1"
android-versionCode="1096"
ios-CFBundleVersion="3.4.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.4.0",
"version": "3.4.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.4.0"
#define MyAppVersion "3.4.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.4.0"
#define MyAppVersion "3.4.1"
#define MyAppPublisher "Obyte"
#define MyAppURL "https://obyte.org"
#define MyAppExeName "Obyte.exe"
Expand Down

0 comments on commit 0538623

Please sign in to comment.