Skip to content

Commit 045d214

Browse files
author
Raj KB
committed
Bumped the version
1 parent a22651a commit 045d214

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento 2 Custom Shipping",
44
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "shipping", "shipment", "method"],
55
"type": "magento2-module",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"authors": [
88
{
99
"name": "Raj KB",

src/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Magento 2 Custom Shipping",
44
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "shipping", "shipment", "method"],
55
"type": "magento2-module",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"authors": [
88
{
99
"name": "Raj KB",

src/etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
-->
1111
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
12-
<module name="MagePsycho_CustomShipping" setup_version="1.0.1">
12+
<module name="MagePsycho_CustomShipping" setup_version="1.0.4">
1313
<sequence>
1414
<module name="Magento_Shipping"/>
1515
</sequence>

0 commit comments

Comments
 (0)