Skip to content

Commit 4af8536

Browse files
updated version number
1 parent adc9ab3 commit 4af8536

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

angular-bitcore-wallet-client/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ bwcModule.provider("bwcService", function() {
3535
//note opts use `bwsurl` all lowercase;
3636
var bwc = new Client({
3737
baseUrl: 'https://navpay-api.navcoin.org/bws/api',
38+
//baseUrl: 'https://navpay-api-test.navcoin.org/bws/api',
39+
//baseUrl: 'http://localhost:6001/bws/api',
3840
verbose: opts.verbose,
3941
timeout: 100000,
4042
transports: ['polling'],

app-template/copay/appConfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2424
"pushSenderId": "1036948132229",
2525
"description": "A Secure NavCoin Wallet",
26-
"version": "4.4.0",
27-
"androidVersion": "400400",
26+
"version": "4.6.0",
27+
"androidVersion": "400600",
2828
"_extraCSS": null,
2929
"_enabledExtensions": {
3030
"coinbase": true,

appConfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2424
"pushSenderId": "1036948132229",
2525
"description": "A Secure NavCoin Wallet",
26-
"version": "4.4.0",
27-
"androidVersion": "400400",
26+
"version": "4.6.0",
27+
"androidVersion": "400600",
2828
"_extraCSS": null,
2929
"_enabledExtensions": {
3030
"coinbase": true,

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="400400" id="org.navcoin.navpay" ios-CFBundleVersion="4.4.0" version="4.4.0">
2+
<widget android-versionCode="400600" id="org.navcoin.navpay" ios-CFBundleVersion="4.6.0" version="4.6.0">
33
<name>NavPay</name>
44
<description>
55
NavCoin Thin Client

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "NavPay",
33
"description": "A Secure NavCoin Wallet",
44
"author": "NavPay",
5-
"version": "4.4.0",
5+
"version": "4.6.0",
66
"keywords": [
77
"navcoin",
88
"wallet",

0 commit comments

Comments
 (0)