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 a73cba1 commit 054bf41Copy full SHA for 054bf41
composer.json
@@ -6,7 +6,7 @@
6
"hs/module-all": "*"
7
},
8
"type": "magento2-module",
9
- "version": "1.0.0",
+ "version": "1.0.1",
10
"license": [
11
"proprietary"
12
],
etc/module.xml
@@ -1,6 +1,6 @@
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="HS_Checkout" setup_version="1.0.0">
+ <module name="HS_Checkout" setup_version="1.0.1">
4
<sequence>
5
<module name="Magento_Checkout"/>
</sequence>
0 commit comments