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 4f1168e commit c754111Copy full SHA for c754111
composer.json
@@ -2,7 +2,7 @@
2
"name": "justinkase/module-layouthints",
3
"description":"This is Magento 2 template hints on steroids!",
4
"type": "magento2-module",
5
- "version": "1.1.0",
+ "version": "1.1.1",
6
"license": [
7
"AFL-3.0"
8
],
etc/module.xml
@@ -1,4 +1,4 @@
1
<?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="JustinKase_LayoutHints" setup_version="1.1.0"/>
+ <module name="JustinKase_LayoutHints" setup_version="1.1.1"/>
</config>
0 commit comments