Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed May 11, 2022
1 parent 8b4504d commit dd03377
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/MolliePayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class MolliePayments extends Plugin
{

const PLUGIN_VERSION = '2.2.1';
const PLUGIN_VERSION = '2.2.2';

/**
* @param ContainerBuilder $container
Expand Down

0 comments on commit dd03377

Please sign in to comment.