Skip to content

Commit

Permalink
NTR: bump plugin version for 6.6.7.0 (#866)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Oct 16, 2024
1 parent 9118c0f commit 5394993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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": "v4.11.1",
"version": "v4.11.2",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/MolliePayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

class MolliePayments extends Plugin
{
const PLUGIN_VERSION = '4.11.1';
const PLUGIN_VERSION = '4.11.2';


/**
Expand Down

0 comments on commit 5394993

Please sign in to comment.