Skip to content

Commit 61d9260

Browse files
author
Raj KB
committed
Bumped version
1 parent 481d9cc commit 61d9260

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.4",
6+
"version": "1.0.5",
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.4",
6+
"version": "1.0.5",
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.4">
12+
<module name="MagePsycho_CustomShipping" setup_version="1.0.5">
1313
<sequence>
1414
<module name="Magento_Shipping"/>
1515
</sequence>

0 commit comments

Comments
 (0)