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 ee24bac commit 2ba34bbCopy full SHA for 2ba34bb
composer.json
@@ -6,7 +6,7 @@
6
"magento/framework": "100.*.*"
7
},
8
"type": "magento2-module",
9
- "version": "1.0.0",
+ "version": "1.0.1",
10
"license": [
11
"OSL-3.0"
12
],
src/Reindex/etc/module.xml
@@ -1,4 +1,4 @@
1
<?xml version="1.0"?>
2
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3
- <module name="RohitKundale_Reindex" setup_version="1.0.0"/>
+ <module name="RohitKundale_Reindex" setup_version="1.0.1"/>
4
</config>
0 commit comments