Skip to content

Commit 054bf41

Browse files
committed
v1.0.1
1 parent a73cba1 commit 054bf41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"hs/module-all": "*"
77
},
88
"type": "magento2-module",
9-
"version": "1.0.0",
9+
"version": "1.0.1",
1010
"license": [
1111
"proprietary"
1212
],

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<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">
3+
<module name="HS_Checkout" setup_version="1.0.1">
44
<sequence>
55
<module name="Magento_Checkout"/>
66
</sequence>

0 commit comments

Comments
 (0)