Skip to content

Commit

Permalink
Merge pull request #11684 from cmgustavo/release/v12.5.5
Browse files Browse the repository at this point in the history
Bump v12.5.5. Updates description AppTracking. Updates package-lock
  • Loading branch information
gabrielbazan7 authored May 26, 2021
2 parents 4127a70 + ac7e3a9 commit 43c124f
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app-template/bitpay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"WindowsApplicationId": "BitPayforWindows",
"pushSenderId": "1036948132229",
"description": "Secure Bitcoin Wallet",
"version": "12.5.4",
"androidVersion": "91205004",
"version": "12.5.5",
"androidVersion": "91205005",
"iOSBuildVersion": "1",
"_extraCSS": null,
"marketingPublicKey": "02463827f64d47a9adaeddbeb860c1ea83eeb19024f9056de1772604c8085340a5",
Expand Down
2 changes: 1 addition & 1 deletion app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</config-file>

<edit-config target="NSUserTrackingUsageDescription" file="*-Info.plist" mode="merge">
<string>Allow tracking use of the App</string>
<string>Tracking is used to identify source of traffic, optimize campaigns, and improve user experiences in the app.</string>
</edit-config>

<!-- Apple Pay Support -->
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 @@ -26,8 +26,8 @@
"WindowsApplicationId": "CopayforWindows",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
"version": "12.5.4",
"androidVersion": "91205004",
"version": "12.5.5",
"androidVersion": "91205005",
"iOSBuildVersion": "1",
"_extraCSS": null,
"_enabledExtensions": {
Expand Down
31 changes: 30 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "copay",
"description": "A Secure Bitcoin Wallet",
"author": "BitPay",
"version": "12.5.4",
"version": "12.5.5",
"keywords": [
"bitcoin",
"wallet",
Expand Down Expand Up @@ -291,4 +291,4 @@
"trailingComma": "none",
"arrowParens": "avoid"
}
}
}

0 comments on commit 43c124f

Please sign in to comment.