diff --git a/changelog.txt b/changelog.txt index 5fb764e4c9c..2f5a63195e9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Payments Changelog *** -= 2.3.1 - 2021-xx-xx = += 2.3.1 - 2021-04-26 = * Fix - Various account connection cache tweaks * Update - Use option instead of transient for caching account data * Fix - Error when using SCA / 3DS credit card in checkout block. diff --git a/package-lock.json b/package-lock.json index 7deefbcc980..d7565833a7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bb8668f802..5b9f140b0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-payments", - "version": "2.3.0", + "version": "2.3.1", "main": "webpack.config.js", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 82aff4943af..4a54335f994 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, payment, payment request, credit card, automattic Requires at least: 5.4 Tested up to: 5.7 Requires PHP: 7.0 -Stable tag: 2.3.0 +Stable tag: 2.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -101,7 +101,7 @@ Please note that our support for the checkout block is still experimental and th == Changelog == -= 2.3.1 - 2021-xx-xx = += 2.3.1 - 2021-04-26 = * Fix - Various account connection cache tweaks * Update - Use option instead of transient for caching account data * Fix - Error when using SCA / 3DS credit card in checkout block. diff --git a/woocommerce-payments.php b/woocommerce-payments.php index a9c46a38f63..a2b56d0258d 100644 --- a/woocommerce-payments.php +++ b/woocommerce-payments.php @@ -10,7 +10,7 @@ * WC requires at least: 4.0 * WC tested up to: 5.1 * Requires WP: 5.4 - * Version: 2.3.0 + * Version: 2.3.1 * * @package WooCommerce\Payments */