Skip to content

Commit

Permalink
Update to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Lunardon committed Aug 29, 2023
1 parent 72c0f22 commit 6301199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "dadolun95/magento2-brevo-sendinblue",
"description": "Magento2 Brevo (Sendinblue Previously) Order Sync Integration Module",
"type": "magento2-module",
"version": "1.0.12",
"version": "1.0.13",
"require": {
"dadolun95/magento2-brevo-sendinblue-core": "^1.0.12",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0.12",
"dadolun95/magento2-brevo-sendinblue-core": "^1.0.13",
"dadolun95/magento2-brevo-sendinblue-light": "^1.0.13",
"sendinblue/api-v3-sdk": "^8.4.0"
},
"license": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dadolun_SibOrderSync" setup_version="1.0.12">
<module name="Dadolun_SibOrderSync" setup_version="1.0.13">
<sequence>
<module name="Magento_Sales" />
<module name="Dadolun_SibCore" />
Expand Down

0 comments on commit 6301199

Please sign in to comment.