diff --git a/composer.json b/composer.json index 6ee04a4..853ae0a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "flagshipcompany/flagship-for-magento", "description": "A module that allows you to ship with flagship", "type": "magento2-module", - "version": "1.0.25", + "version": "1.0.26", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/registration.php b/registration.php index c42d9f4..b7a9b48 100644 --- a/registration.php +++ b/registration.php @@ -10,4 +10,4 @@ require BP.'/vendor/autoload.php'; define('FLAGSHIP_MODULE','Magento'); -define('FLAGSHIP_MODULE_VERSION','1.0.25'); +define('FLAGSHIP_MODULE_VERSION','1.0.26');