Commit a899d91b by Bartosz Kubicki

Bumping version for fix

parent d67b97b1
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"phpunit/phpunit": "~6.5.0" "phpunit/phpunit": "~6.5.0"
}, },
"type": "magento2-module", "type": "magento2-module",
"version": "2.0.0", "version": "2.0.1",
"autoload": { "autoload": {
"files": [ "files": [
"registration.php" "registration.php"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
--> -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="LizardMedia_MysqlDataMigration" setup_version="2.0.0"> <module name="LizardMedia_MysqlDataMigration" setup_version="2.0.1">
<sequence> <sequence>
<module name="LizardMedia_AbstractDataMigration" /> <module name="LizardMedia_AbstractDataMigration" />
</sequence> </sequence>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment