Skip to content

Commit

Permalink
Merge pull request #12039 from cmgustavo/release/v12.12.0
Browse files Browse the repository at this point in the history
Bump v12.12.0
  • Loading branch information
JohnathanWhite committed May 18, 2022
2 parents 4544385 + bf9cc1c commit b88bdd5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app-template/bitpay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"WindowsApplicationId": "BitPayforWindows",
"pushSenderId": "1036948132229",
"description": "Secure Bitcoin Wallet",
"version": "12.11.8",
"androidVersion": "91211080",
"version": "12.12.0",
"androidVersion": "91212000",
"iOSBuildVersion": "1",
"_extraCSS": null,
"marketingPublicKey": "02463827f64d47a9adaeddbeb860c1ea83eeb19024f9056de1772604c8085340a5",
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 @@ -27,8 +27,8 @@
"WindowsApplicationId": "CopayforWindows",
"pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet",
"version": "12.11.8",
"androidVersion": "91211080",
"version": "12.12.0",
"androidVersion": "91212000",
"iOSBuildVersion": "1",
"_extraCSS": null,
"_enabledExtensions": {
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": "copay",
"description": "A Secure Bitcoin Wallet",
"author": "BitPay",
"version": "12.11.8",
"version": "12.12.0",
"keywords": [
"bitcoin",
"wallet",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/coinbase/coinbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export class CoinbaseProvider {
this.credentials.STATE +
'&scope=' +
this.credentials.SCOPE +
'&meta[send_limit_amount]=1000&meta[send_limit_currency]=USD&meta[send_limit_period]=day';
'&meta[send_limit_amount]=10000&meta[send_limit_currency]=USD&meta[send_limit_period]=day';
}
}

Expand Down

0 comments on commit b88bdd5

Please sign in to comment.