We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decc4fa commit f35c4d6Copy full SHA for f35c4d6
2 files changed
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "proxi-blue/hyva-qtyinput",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Enhance QTY input to honour min/max and increment values",
5
"type": "magento2-module",
6
"require": {
etc/module.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="ProxiBlue_HyvaQtyInput">
+ <module name="ProxiBlue_HyvaQtyInput" setup_version="1.0.2">
<sequence>
<module name="Magento_Catalog"/>
7
<module name="Hyva_Theme"/>
0 commit comments