Skip to content

Commit 5096b3d

Browse files
committed
build: unified composer.json and module.xml versions with v1.0.3
1 parent 659200a commit 5096b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Disable Newsletter Magento 2"
99
],
1010
"type": "magento2-module",
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"license": [
1313
"AGPL-3.0"
1414
],

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Codeko_DisableNewsletter" setup_version="1.0.0">
3+
<module name="Codeko_DisableNewsletter" setup_version="1.0.3">
44
<sequence>
55
<module name="Magento_Newsletter"/>
66
</sequence>

0 commit comments

Comments
 (0)