From cb10f0612b500bd2de45d92255b19d06b577d9db Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 7 Sep 2016 15:09:19 -0300 Subject: [PATCH] New version --- chrome-app/manifest.json | 2 +- package.json | 8 ++++---- webkitbuilds/.desktop | 2 +- webkitbuilds/setup-win.iss | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json index d0240e0cc..957ccbaa1 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.8.0", + "version": "0.10.0", "permissions": [ "storage", "unlimitedStorage", diff --git a/package.json b/package.json index b4086fa2f..b77dda8b2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "bitpay", "description": "The BitPay Bitcoin Wallet", "author": "BitPay", - "version": "0.8.0", + "version": "0.10.0", "keywords": [ "wallet", "copay", @@ -16,14 +16,14 @@ ], "main": "public/index.html", "window": { - "title": "Copay - A multisignature bitcoin wallet", + "title": "BitPay - The BitPay Bitcoin Wallet", "icon": "./public/img/icons/icon-256.png", "toolbar": false, "show": true, "visible": true, "resizable": true, "frame": true, - "width": 800, + "width": 400, "height": 600, "position": "center", "fullscreen": false @@ -88,7 +88,7 @@ "xcode": "^0.8.2" }, "scripts": { - "preinstall": "bower install && cd app-template && ./apply.js", + "preinstall": "bower install && cd app-template && node apply.js", "postinstall": "npm run build", "build": "grunt", "start": "node app.js", diff --git a/webkitbuilds/.desktop b/webkitbuilds/.desktop index 805d086bd..fda89fccb 100644 --- a/webkitbuilds/.desktop +++ b/webkitbuilds/.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Version=0.8.0 +Version=0.10.0 Name=BitPay Comment=The BitPay Bitcoin Wallet Exec=bitpay diff --git a/webkitbuilds/setup-win.iss b/webkitbuilds/setup-win.iss index 3fe57e4b6..cdab1e334 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.8.0" +#define MyAppVersion "0.10.0" #define MyAppPublisher "BitPay" #define MyAppURL "https://bitpay.com" #define MyAppExeName "*NAMECASENOSPACE.exe"