Skip to content

Commit

Permalink
NTR: Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Oct 8, 2024
1 parent 34a73f7 commit c337c5f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 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.10.2",
"version": "v4.11.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
50 changes: 25 additions & 25 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.10.2';
const PLUGIN_VERSION = '4.11.0';


/**
Expand Down

0 comments on commit c337c5f

Please sign in to comment.