diff --git a/composer.json b/composer.json index 832ad40f9..f12c59681 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v2.2.1", + "version": "v2.2.2", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index 15fb96efd..5fee4e73c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6b25ac69d1152f1a1da1d267aeb58209", + "content-hash": "c026f7c7f88b5f347395b16b98459087", "packages": [ { "name": "composer/ca-bundle", diff --git a/makefile b/makefile index 69c1ee9d2..cb8278962 100644 --- a/makefile +++ b/makefile @@ -28,9 +28,7 @@ clean: ## Cleans all dependencies rm -rf vendor/* rm -rf .reports | true rm -rf ./src/Resources/app/administration/node_modules/* - rm -rf ./src/Resources/app/administration/package-lock.json rm -rf ./src/Resources/app/storefront/node_modules/* - rm -rf ./src/Resources/app/storefront/package-lock.json build: ## Installs the plugin, and builds the artifacts using the Shopware build commands (requires Shopware) cd /var/www/html && php bin/console plugin:refresh diff --git a/src/MolliePayments.php b/src/MolliePayments.php index ab973fcda..47cd51744 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -19,7 +19,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '2.2.1'; + const PLUGIN_VERSION = '2.2.2'; /** * @param ContainerBuilder $container