Skip to content

Commit

Permalink
Merge pull request #55 from max-geraci/master
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
max-geraci authored Mar 4, 2020
2 parents 468469c + 1c4e443 commit 3e2330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(

public function getVersion()
{
return '1.5.7';
return '1.5.8';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paynl/magento2-plugin",
"description": "Pay.nl Magento2 Payment methods",
"type": "magento2-module",
"version": "1.5.7",
"version": "1.5.8",
"require": {
"magento/module-sales": "100 - 103",
"magento/module-payment": "100 - 103",
Expand Down

0 comments on commit 3e2330c

Please sign in to comment.