diff --git a/app-template/config.xml b/app-template/config.xml index 6345ac1b9..635456255 100644 --- a/app-template/config.xml +++ b/app-template/config.xml @@ -1,5 +1,5 @@ - diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json index 8b7046f9e..60afe4b6b 100644 --- a/app-template/copay/appConfig.json +++ b/app-template/copay/appConfig.json @@ -4,6 +4,7 @@ "nameNoSpace": "copay", "nameCase": "Copay", "nameCaseNoSpace": "Copay", + "bundleName": "copay", "url": "https://copay.io", "appDescription": "Copay Bitcoin Wallet", "winAppName": "CopayWallet", diff --git a/package.json b/package.json index 1000dd9c2..ecc7133aa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "bitpay", "description": "The BitPay Bitcoin Wallet", "author": "BitPay", - "version": "0.1.1", + "version": "0.2.0", "keywords": [ "wallet", "copay", diff --git a/public/index.html b/public/index.html index 1fb0f8b9d..ff019a7af 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@ - + @@ -8,7 +8,7 @@ - {{index.appConfig.nameCase}} - {{index.appConfig.description}} + {{appConfig.nameCase}} - {{appConfig.description}}