diff --git a/app-template/bitpay/appConfig.json b/app-template/bitpay/appConfig.json index 81951d5e480..af602acd885 100644 --- a/app-template/bitpay/appConfig.json +++ b/app-template/bitpay/appConfig.json @@ -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", diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json index 373e7b01f51..729fbb8aeab 100644 --- a/app-template/copay/appConfig.json +++ b/app-template/copay/appConfig.json @@ -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": { diff --git a/package.json b/package.json index f7b654996d9..26ca01b0be8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "copay", "description": "A Secure Bitcoin Wallet", "author": "BitPay", - "version": "12.11.8", + "version": "12.12.0", "keywords": [ "bitcoin", "wallet", diff --git a/src/providers/coinbase/coinbase.ts b/src/providers/coinbase/coinbase.ts index 107b64668c7..e53c327ef36 100644 --- a/src/providers/coinbase/coinbase.ts +++ b/src/providers/coinbase/coinbase.ts @@ -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'; } }