Skip to content

Commit

Permalink
NTR: Release 3.4.0 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer authored Jan 10, 2023
1 parent 8f3871a commit 7cd08d5
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": "v3.3.0",
"version": "v3.4.0",
"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 @@ -19,7 +19,7 @@

class MolliePayments extends Plugin
{
const PLUGIN_VERSION = '3.3.0';
const PLUGIN_VERSION = '3.4.0';


/**
Expand Down

0 comments on commit 7cd08d5

Please sign in to comment.