Skip to content

Commit e34be75

Browse files
committed
2.0.0
1 parent 93418f2 commit e34be75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "samgranger/module-store-code-body-class",
3-
"description": "The Store Code Body Class module for Magento2 adds the store code to the body class.",
3+
"description": "The Store Code Body Class module for Magento2 adds the website & store code to the body class.",
44
"type": "magento2-module",
5-
"version": "1.0.0",
5+
"version": "2.0.0",
66
"license": "MIT",
77
"authors": [
88
{

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="SamGranger_StoreCodeBodyClass" setup_version="1.0.0">
11+
<module name="SamGranger_StoreCodeBodyClass" setup_version="2.0.0">
1212
<sequence>
1313
<module name="Magento_Core"/>
1414
</sequence>

0 commit comments

Comments
 (0)