Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit fd07034

Browse files
committed
Update dependencies
1 parent e340363 commit fd07034

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ebizmarts/magento2-magemonkey",
33
"description": "Connect Mailchimp with Magento",
44
"type": "magento2-module",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

etc/module.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
-->
1313
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14-
<module name="Ebizmarts_MageMonkey" setup_version="3.0.0">
14+
<module name="Ebizmarts_MageMonkey" setup_version="3.0.1">
15+
<sequence>
16+
<module name="Magento_Newsletter" />
17+
</sequence>
1518
</module>
1619
</config>

0 commit comments

Comments
 (0)