From bb618931140e1af9bc8a3176b1558bbf3693c434 Mon Sep 17 00:00:00 2001 From: tony Date: Wed, 18 Oct 2017 01:38:26 +0300 Subject: [PATCH] 1.11.0 --- cordova/config.xml | 6 +++--- package.json | 2 +- webkitbuilds/setup-win32.iss | 2 +- webkitbuilds/setup-win64.iss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cordova/config.xml b/cordova/config.xml index 142d95624..1fbc799c6 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -1,8 +1,8 @@ + version="1.11.0" + android-versionCode="1053" + ios-CFBundleVersion="1.11.0"> Byteball Byteball wallet. diff --git a/package.json b/package.json index c2b87d2fa..5b46c8d26 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "byteball", "description": "Smart payments made simple", "author": "Byteball", - "version": "1.10.1", + "version": "1.11.0", "keywords": [ "wallet", "byteball", diff --git a/webkitbuilds/setup-win32.iss b/webkitbuilds/setup-win32.iss index c83760676..d35695f03 100755 --- a/webkitbuilds/setup-win32.iss +++ b/webkitbuilds/setup-win32.iss @@ -3,7 +3,7 @@ #define MyAppName "Byteball" #define MyAppPackageName "Byteball" -#define MyAppVersion "1.10.1" +#define MyAppVersion "1.11.0" #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 6f86f0ad6..6401e5d6c 100755 --- a/webkitbuilds/setup-win64.iss +++ b/webkitbuilds/setup-win64.iss @@ -3,7 +3,7 @@ #define MyAppName "Byteball" #define MyAppPackageName "Byteball" -#define MyAppVersion "1.10.1" +#define MyAppVersion "1.11.0" #define MyAppPublisher "Byteball" #define MyAppURL "https://byteball.org" #define MyAppExeName "Byteball.exe"