Skip to content

Commit ff79677

Browse files
authored
Merge pull request #4 from mbissonho/release/0.1.1
bump 0.1.1
2 parents b2ed73a + c91930e commit ff79677

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mbissonho/module-bancointer",
33
"description": "Magento 2 Module Banco Inter by mbissonho",
44
"type": "magento2-module",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"require": {
77
"guzzlehttp/guzzle": "7.5.*"
88
},

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="Mbissonho_BancoInter" setup_version="0.1.0">
4+
<module name="Mbissonho_BancoInter" setup_version="0.1.1">
55
<sequence>
66
<module name="Magento_Sales"/>
77
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)