Skip to content

Commit 18e11ed

Browse files
2.5.0
1 parent d60edb5 commit 18e11ed

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="2.4.2"
4-
android-versionCode="1071"
5-
ios-CFBundleVersion="2.4.2" xmlns:android="http://schemas.android.com/apk/res/android">
3+
version="2.5.0"
4+
android-versionCode="1072"
5+
ios-CFBundleVersion="2.5.0" xmlns:android="http://schemas.android.com/apk/res/android">
66
<name>Byteball</name>
77
<description>
88
Byteball 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": "Byteball",
5-
"version": "2.4.2",
5+
"version": "2.5.0",
66
"keywords": [
77
"wallet",
88
"byteball",

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"
55
#define MyAppPackageName "Byteball"
6-
#define MyAppVersion "2.4.2"
6+
#define MyAppVersion "2.5.0"
77
#define MyAppPublisher "Byteball"
88
#define MyAppURL "https://byteball.org"
99
#define MyAppExeName "Byteball.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"
55
#define MyAppPackageName "Byteball"
6-
#define MyAppVersion "2.4.2"
6+
#define MyAppVersion "2.5.0"
77
#define MyAppPublisher "Byteball"
88
#define MyAppURL "https://byteball.org"
99
#define MyAppExeName "Byteball.exe"

0 commit comments

Comments
 (0)