Skip to content

Commit 71929e0

Browse files
3.3.1
1 parent 2fa3c0a commit 71929e0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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="3.3.0"
4-
android-versionCode="1090"
5-
ios-CFBundleVersion="3.3.0" xmlns:android="http://schemas.android.com/apk/res/android">
3+
version="3.3.1"
4+
android-versionCode="1091"
5+
ios-CFBundleVersion="3.3.1" xmlns:android="http://schemas.android.com/apk/res/android">
66
<name>Obyte</name>
77
<description>
88
Obyte wallet.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "byteball",
33
"description": "Smart payments made simple",
44
"author": "Obyte",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"keywords": [
77
"wallet",
88
"obyte",

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 "Obyte"
55
#define MyAppPackageName "Obyte"
6-
#define MyAppVersion "3.3.0"
6+
#define MyAppVersion "3.3.1"
77
#define MyAppPublisher "Obyte"
88
#define MyAppURL "https://obyte.org"
99
#define MyAppExeName "Obyte.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 "Obyte"
55
#define MyAppPackageName "Obyte"
6-
#define MyAppVersion "3.3.0"
6+
#define MyAppVersion "3.3.1"
77
#define MyAppPublisher "Obyte"
88
#define MyAppURL "https://obyte.org"
99
#define MyAppExeName "Obyte.exe"

0 commit comments

Comments
 (0)