We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea39d0f commit adc9ab3Copy full SHA for adc9ab3
app-template/copay/appConfig.json
@@ -23,8 +23,8 @@
23
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
24
"pushSenderId": "1036948132229",
25
"description": "A Secure NavCoin Wallet",
26
- "version": "4.2.1",
27
- "androidVersion": "400201",
+ "version": "4.4.0",
+ "androidVersion": "400400",
28
"_extraCSS": null,
29
"_enabledExtensions": {
30
"coinbase": true,
config.xml
@@ -1,5 +1,5 @@
1
<?xml version='1.0' encoding='utf-8'?>
2
-<widget android-versionCode="400201" id="org.navcoin.navpay" ios-CFBundleVersion="4.2.1" version="4.2.1">
+<widget android-versionCode="400400" id="org.navcoin.navpay" ios-CFBundleVersion="4.4.0" version="4.4.0">
3
<name>NavPay</name>
4
<description>
5
NavCoin Thin Client
0 commit comments