diff --git a/README.txt b/README.txt index 26224d9..c75c724 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Donate link: https://commerce.bitcanna.io Tags: payments, cryptocurrency, blockchain Requires at least: 3.0.1 Tested up to: 6.3 -Stable tag: 1.0.19 +Stable tag: 1.0.21 Requires PHP: 7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -37,7 +37,7 @@ For our FAQ we'd like to refer you to our [documentation website](https://docs.b 5. After just a couple seconds, the payment will be performed and you can view your transaction. == Changelog == -= 1.0.20 = += 1.0.21 = * Update webpack version from v4 to v5 * Update cosmJs from 0.23.0 to 0.31.3 * Fix bitcanna logo path diff --git a/cosmos-woocommerce.php b/cosmos-woocommerce.php index 3208036..3b4f9e7 100644 --- a/cosmos-woocommerce.php +++ b/cosmos-woocommerce.php @@ -16,7 +16,7 @@ * Plugin Name: Cosmos Pay * Plugin URI: https://twitter.com/bitcannaglobal * Description: Easily accept cryptocurrency payments on your WordPress site. Enable multiple currencies from the interconnected Cosmos ecosystem. - * Version: 1.0.19 + * Version: 1.0.21 * Author: BitCanna * Author URI: https://commerce.bitcanna.io * License: GPL-2.0+ @@ -35,7 +35,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.20' ); +define( 'COSMOS_WOOCOMMERCE_VERSION', '1.0.21' );