From e3da8688a464fce7ad59f64e0b93f7557c7cebf2 Mon Sep 17 00:00:00 2001 From: ndluong Date: Tue, 23 Mar 2021 16:55:56 +0700 Subject: [PATCH] update composer version to release for M2.4 --- composer.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index aef5314..6999c97 100644 --- a/composer.json +++ b/composer.json @@ -1,23 +1,23 @@ -{ - "name": "mageplaza/module-multi-flat-rates", - "description": "Magento 2 Multi Flat Rates extension", - "type": "magento2-module", - "version": "1.1.1", - "license": "proprietary", - "authors": [ - { - "name": "Mageplaza", - "email": "support@mageplaza.com", - "homepage": "https://www.mageplaza.com", - "role": "Technical Support" - } - ], - "autoload": { - "files": [ - "registration.php" - ], - "psr-4": { - "Mageplaza\\Multiflatrates\\": "" - } - } -} \ No newline at end of file +{ + "name": "mageplaza/module-multi-flat-rates", + "description": "Magento 2 Multi Flat Rates extension", + "type": "magento2-module", + "version": "4.0.0", + "license": "proprietary", + "authors": [ + { + "name": "Mageplaza", + "email": "support@mageplaza.com", + "homepage": "https://www.mageplaza.com", + "role": "Technical Support" + } + ], + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Mageplaza\\Multiflatrates\\": "" + } + } +}