From a09d2591acaaef931ffb09a66b0103563247de40 Mon Sep 17 00:00:00 2001 From: Sam Cheng Hung Date: Tue, 10 Apr 2018 15:16:22 +0800 Subject: [PATCH 1/3] Update: Removes wallet creation successful card on the home tab --- www/views/tab-home.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/www/views/tab-home.html b/www/views/tab-home.html index 9560dab42..d9e464082 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -23,22 +23,6 @@
-
-
- -
-
- - - -
-
- Your bitcoin wallet is ready! -
-
- On this screen you can see all your wallets, accounts, and assets. -
-
From f621ab4bcfc60cf5eda3299eb99d8b97d80b1aa9 Mon Sep 17 00:00:00 2001 From: Sam Cheng Hung Date: Tue, 1 May 2018 10:06:45 +0800 Subject: [PATCH 2/3] Update: Increases version number to 4.9.0 --- app-template/bitcoincom/appConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json index ba27acef1..134326e18 100644 --- a/app-template/bitcoincom/appConfig.json +++ b/app-template/bitcoincom/appConfig.json @@ -24,8 +24,8 @@ "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", "pushSenderId": "1036948132229", "description": "A Secure Bitcoin Wallet", - "version": "4.8.0", - "androidVersion": "408000", + "version": "4.9.0", + "androidVersion": "409000", "_extraCSS": "", "_enabledExtensions": { "coinbase": false, From 81e0baf2a64133241b0560d8d22065bbe4621780 Mon Sep 17 00:00:00 2001 From: Sam Cheng Hung Date: Tue, 1 May 2018 14:59:24 +0800 Subject: [PATCH 3/3] Update: Increments version number to 4.9.1 --- app-template/bitcoincom/appConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-template/bitcoincom/appConfig.json b/app-template/bitcoincom/appConfig.json index 134326e18..15cebd033 100644 --- a/app-template/bitcoincom/appConfig.json +++ b/app-template/bitcoincom/appConfig.json @@ -24,8 +24,8 @@ "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", "pushSenderId": "1036948132229", "description": "A Secure Bitcoin Wallet", - "version": "4.9.0", - "androidVersion": "409000", + "version": "4.9.1", + "androidVersion": "409100", "_extraCSS": "", "_enabledExtensions": { "coinbase": false,