From 05c6098842de2612af3069b92809f30bfd36af6e Mon Sep 17 00:00:00 2001 From: gonzalo Date: Thu, 16 Mar 2017 12:53:11 -0300 Subject: [PATCH] change name of package --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 32fa1b7a..be3f807f 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "ebizmarts/mc-magento2", + "name": "mailchimp/mc-magento2", "autoload": { "psr-4": {"Ebizmarts\\MailChimp\\":""}, "files": ["registration.php"] }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "1.0.0", + "version": "1.0.1", "authors": [ { "name": "Ebizmarts Corp",