From 1e5c940ef70af2d9d16c9805644e8678d9ee6226 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 31 Aug 2016 20:10:13 -0300 Subject: [PATCH] wallet created --- chrome-app/manifest.json | 2 +- package.json | 2 +- public/views/includes/walletActivity.html | 7 +++++++ webkitbuilds/.desktop | 2 +- webkitbuilds/setup-win.iss | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json index 7f7f2324b..5e013d96e 100644 --- a/chrome-app/manifest.json +++ b/chrome-app/manifest.json @@ -5,7 +5,7 @@ "manifest_version": 2, "name": "BitPay", "description": "The BitPay Bitcoin Wallet", - "version": "0.6.0", + "version": "0.7.0", "permissions": [ "storage", "unlimitedStorage", diff --git a/package.json b/package.json index ef792c82a..c34d05ca9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "bitpay", "description": "The BitPay Bitcoin Wallet", "author": "BitPay", - "version": "0.6.0", + "version": "0.7.0", "keywords": [ "wallet", "copay", diff --git a/public/views/includes/walletActivity.html b/public/views/includes/walletActivity.html index 33fe998ce..8574d8497 100644 --- a/public/views/includes/walletActivity.html +++ b/public/views/includes/walletActivity.html @@ -1,5 +1,12 @@ +
+ Copayer joined +
+ +
+ Wallet created +
Payment Sent diff --git a/webkitbuilds/.desktop b/webkitbuilds/.desktop index e83b575d2..fe6c809a5 100644 --- a/webkitbuilds/.desktop +++ b/webkitbuilds/.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=0.6.0 +Version=0.7.0 Name=BitPay Comment=The BitPay Bitcoin Wallet Exec=bitpay diff --git a/webkitbuilds/setup-win.iss b/webkitbuilds/setup-win.iss index 356408e01..4fdf77619 100755 --- a/webkitbuilds/setup-win.iss +++ b/webkitbuilds/setup-win.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "bitpay" -#define MyAppVersion "0.6.0" +#define MyAppVersion "0.7.0" #define MyAppPublisher "BitPay" #define MyAppURL "https://bitpay.com" #define MyAppExeName "*NAMECASENOSPACE.exe"