diff --git a/Model/Config.php b/Model/Config.php index d9920841..e0b04d18 100644 --- a/Model/Config.php +++ b/Model/Config.php @@ -26,7 +26,7 @@ public function __construct( public function getVersion() { - return '1.6.1'; + return '1.6.2'; } /** diff --git a/composer.json b/composer.json index 598785b2..409d0809 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "paynl/magento2-plugin", "description": "PAY. Magento2 Payment methods", "type": "magento2-module", - "version": "1.6.1", + "version": "1.6.2", "require": { "magento/module-sales": "100 - 103", "magento/module-payment": "100 - 103",