Skip to content

Commit 6cfbb54

Browse files
committed
Change module version
1 parent 3eb9fa8 commit 6cfbb54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nosto/module-nostocmp",
33
"description": "Personalize category pages",
44
"type": "magento2-module",
5-
"version": "0.1.0",
5+
"version": "1.0.0-rc1",
66
"require-dev": {
77
"php": ">=7.1.0"
88
},

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<!--suppress XmlUnboundNsPrefix -->
3838
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3939
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
40-
<module name="Nosto_Cmp" setup_version="1.0.0">
40+
<module name="Nosto_Cmp" setup_version="1.0.0-rc1">
4141
<sequence>
4242
<module name="Nosto_Tagging"/>
4343
</sequence>

0 commit comments

Comments
 (0)