We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e46e02 commit a99d478Copy full SHA for a99d478
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mollie/magento2",
3
"description": "Mollie Payment Module for Magento 2",
4
- "version": "1.4.0",
+ "version": "1.4.2",
5
"require": {
6
"mollie/mollie-api-php": "^2.1",
7
"magento/framework": ">=100.1.0",
etc/module.xml
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Mollie_Payment" setup_version="1.4.0" />
+ <module name="Mollie_Payment" setup_version="1.4.2" />
</config>
0 commit comments