diff --git a/composer.json b/composer.json index e191b3115..db69fa0e9 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "issues": "https://docs.buckaroo.io/docs/en/contact-us" }, "homepage": "https://www.buckaroo.nl", - "version" : "3.11.0", + "version" : "3.11.1", "minimum-stability": "stable", "config": { "allow-plugins": { diff --git a/index.php b/index.php index ad6e45e5e..483ad7d6d 100755 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ Author: Buckaroo Author URI: http://www.buckaroo.nl Description: Buckaroo payment system plugin for WooCommerce. -Version: 3.11.0 +Version: 3.11.1 Text Domain: wc-buckaroo-bpe-gateway License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/library/config.php b/library/config.php index 811d87348..be91f7676 100644 --- a/library/config.php +++ b/library/config.php @@ -7,7 +7,7 @@ class BuckarooConfig extends BuckarooConfigCore { const NAME = 'buckaroo3'; const PLUGIN_NAME = 'Buckaroo BPE 3.0 official plugin'; - const VERSION = '3.11.0'; + const VERSION = '3.11.1'; const SHIPPING_SKU = "WC8888"; const GENDER_MALE = 1; diff --git a/readme.txt b/readme.txt index 1c87503e1..e194213c6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Author: Buckaroo Tags: WooCommerce, payments, Buckaroo Requires at least: 4.4.10 Tested up to: 6.4.3 -Stable tag: 3.11.0 +Stable tag: 3.11.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html