diff --git a/composer.json b/composer.json index 0003a294f..7961759b6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v4.3.0", + "version": "v4.4.0", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/src/MolliePayments.php b/src/MolliePayments.php index c5f953ab7..28292397b 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -24,7 +24,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '4.3.0'; + const PLUGIN_VERSION = '4.4.0'; /**