diff --git a/angular-bitcore-wallet-client/index.js b/angular-bitcore-wallet-client/index.js index c0e9dd1d215..a10663502ba 100644 --- a/angular-bitcore-wallet-client/index.js +++ b/angular-bitcore-wallet-client/index.js @@ -35,6 +35,8 @@ bwcModule.provider("bwcService", function() { //note opts use `bwsurl` all lowercase; var bwc = new Client({ baseUrl: 'https://navpay-api.navcoin.org/bws/api', + //baseUrl: 'https://navpay-api-test.navcoin.org/bws/api', + //baseUrl: 'http://localhost:6001/bws/api', verbose: opts.verbose, timeout: 100000, transports: ['polling'], diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json index d691bfd363b..038a7675924 100644 --- a/app-template/copay/appConfig.json +++ b/app-template/copay/appConfig.json @@ -23,8 +23,8 @@ "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", "pushSenderId": "1036948132229", "description": "A Secure NavCoin Wallet", - "version": "4.4.0", - "androidVersion": "400400", + "version": "4.6.0", + "androidVersion": "400600", "_extraCSS": null, "_enabledExtensions": { "coinbase": true, diff --git a/appConfig.json b/appConfig.json index bdc3ece1b1d..8a83a927cc3 100644 --- a/appConfig.json +++ b/appConfig.json @@ -23,8 +23,8 @@ "windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c", "pushSenderId": "1036948132229", "description": "A Secure NavCoin Wallet", - "version": "4.4.0", - "androidVersion": "400400", + "version": "4.6.0", + "androidVersion": "400600", "_extraCSS": null, "_enabledExtensions": { "coinbase": true, diff --git a/config.xml b/config.xml index eddd778199b..ceb894873fc 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + NavPay NavCoin Thin Client diff --git a/package.json b/package.json index d8c23fa0c53..371e8aa5df9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NavPay", "description": "A Secure NavCoin Wallet", "author": "NavPay", - "version": "4.4.0", + "version": "4.6.0", "keywords": [ "navcoin", "wallet",