Skip to content

Commit 14b5678

Browse files
committed
Changes for composer
1 parent bc3563b commit 14b5678

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magefan/module-lazyload",
33
"description": "Images lazyloading on Magento 2 store.",
44
"type": "magento2-module",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"license": "OSL-3.0",
77
"authors": [
88
{
@@ -15,7 +15,7 @@
1515
"registration.php"
1616
],
1717
"psr-4": {
18-
"Magefan\\RocketJavaScript\\": ""
18+
"Magefan\\LazyLoad\\": ""
1919
}
2020
}
2121
}

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Magefan_LazyLoad" setup_version="2.0.0"/>
11+
<module name="Magefan_LazyLoad" setup_version="2.0.1"/>
1212
</config>

0 commit comments

Comments
 (0)