New version

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-07 15:09:19 -03:00
commit cb10f0612b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 7 additions and 7 deletions

View file

@ -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",