Skip to content

Commit f35c4d6

Browse files
committed
setup_version to module.xml
1 parent decc4fa commit f35c4d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proxi-blue/hyva-qtyinput",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Enhance QTY input to honour min/max and increment values",
55
"type": "magento2-module",
66
"require": {

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="ProxiBlue_HyvaQtyInput">
4+
<module name="ProxiBlue_HyvaQtyInput" setup_version="1.0.2">
55
<sequence>
66
<module name="Magento_Catalog"/>
77
<module name="Hyva_Theme"/>

0 commit comments

Comments
 (0)