Skip to content

Commit

Permalink
Merge pull request #73 from paynl/woutse-patch-4
Browse files Browse the repository at this point in the history
Update Config.php
  • Loading branch information
woutse authored Jul 6, 2020
2 parents 2c39b65 + 169d8bc commit fa4def3
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.6.1';
return '1.6.2';
}

/**
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. Magento2 Payment methods",
"type": "magento2-module",
"version": "1.6.1",
"version": "1.6.2",
"require": {
"magento/module-sales": "100 - 103",
"magento/module-payment": "100 - 103",
Expand Down

0 comments on commit fa4def3

Please sign in to comment.