We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3563b commit 14b5678Copy full SHA for 14b5678
composer.json
@@ -2,7 +2,7 @@
2
"name": "magefan/module-lazyload",
3
"description": "Images lazyloading on Magento 2 store.",
4
"type": "magento2-module",
5
- "version": "2.0.0",
+ "version": "2.0.1",
6
"license": "OSL-3.0",
7
"authors": [
8
{
@@ -15,7 +15,7 @@
15
"registration.php"
16
],
17
"psr-4": {
18
- "Magefan\\RocketJavaScript\\": ""
+ "Magefan\\LazyLoad\\": ""
19
}
20
21
etc/module.xml
@@ -8,5 +8,5 @@
*/
9
-->
10
<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"/>
+ <module name="Magefan_LazyLoad" setup_version="2.0.1"/>
12
</config>
0 commit comments