Skip to content

Commit 7227f9c

Browse files
committed
release 1.0.0
1 parent b14b2c0 commit 7227f9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hhennes/module-cms",
33
"description": "Add canonical tag to magento 2 cms pages",
44
"type": "magento2-module",
5-
"version": "0.1.1",
5+
"version": "1.0.0",
66
"license": [
77
"AFL-3.0"
88
],

etc/module.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Hhennes_Cms" setup_version="0.1.1">
3+
<module name="Hhennes_Cms" setup_version="1.0.0">
44
<sequence>
55
<module name="Mage_Cms"/>
66
</sequence>
77
</module>
8-
</config>
8+
</config>

0 commit comments

Comments
 (0)