Skip to content

Commit 32286b5

Browse files
committed
Fix version: 1.0.0 -> 1.0.1
1 parent 65a17c6 commit 32286b5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"magento/magento-composer-installer": "*"
66
},
77
"type": "magento2-module",
8-
"version": "1.0.0",
8+
"version": "1.0.1",
99
"autoload": {
1010
"files": [
1111
"registration.php"

etc/module.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
10-
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.0" />
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9+
<module name="Noon_HideDefaultStoreCode" setup_version="1.0.1" />
1110
</config>

0 commit comments

Comments
 (0)