Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Apr 16, 2019
1 parent adc9ab3 commit 4af8536
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions angular-bitcore-wallet-client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
4 changes: 2 additions & 2 deletions app-template/copay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="400400" id="org.navcoin.navpay" ios-CFBundleVersion="4.4.0" version="4.4.0">
<widget android-versionCode="400600" id="org.navcoin.navpay" ios-CFBundleVersion="4.6.0" version="4.6.0">
<name>NavPay</name>
<description>
NavCoin Thin Client
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "NavPay",
"description": "A Secure NavCoin Wallet",
"author": "NavPay",
"version": "4.4.0",
"version": "4.6.0",
"keywords": [
"navcoin",
"wallet",
Expand Down

0 comments on commit 4af8536

Please sign in to comment.