diff --git a/cordova/config.xml b/cordova/config.xml index 6e90fef13..0486c9629 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + version="1.11.2" + android-versionCode="1056" + ios-CFBundleVersion="1.11.2"> Byteball Byteball wallet. diff --git a/package.json b/package.json index ba6b9303f..234d3fdf1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "byteball", "description": "Smart payments made simple", "author": "Byteball", - "version": "1.11.1", + "version": "1.11.2", "keywords": [ "wallet", "byteball", diff --git a/webkitbuilds/setup-win32.iss b/webkitbuilds/setup-win32.iss index d0de5cff1..861ccf5db 100755 --- a/webkitbuilds/setup-win32.iss +++ b/webkitbuilds/setup-win32.iss @@ -3,7 +3,7 @@ #define MyAppName "Byteball" #define MyAppPackageName "Byteball" -#define MyAppVersion "1.11.1" +#define MyAppVersion "1.11.2" #define MyAppPublisher "Byteball" #define MyAppURL "https://byteball.org" #define MyAppExeName "Byteball.exe" diff --git a/webkitbuilds/setup-win64.iss b/webkitbuilds/setup-win64.iss index 1d89d2523..f402dc35a 100755 --- a/webkitbuilds/setup-win64.iss +++ b/webkitbuilds/setup-win64.iss @@ -3,7 +3,7 @@ #define MyAppName "Byteball" #define MyAppPackageName "Byteball" -#define MyAppVersion "1.11.1" +#define MyAppVersion "1.11.2" #define MyAppPublisher "Byteball" #define MyAppURL "https://byteball.org" #define MyAppExeName "Byteball.exe"