Skip to content

Commit

Permalink
chore: update version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst authored and EdieLemoine committed Apr 19, 2022
1 parent 0124f0d commit a630afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "myparcelnl/magento",
"description": "A Magento 2 module that creates MyParcel labels",
"type": "magento2-module",
"version": "4.3.0",
"version": "4.4.0",
"homepage": "https://www.myparcel.nl",
"keywords": ["MyParcel", "myparcel", "PostNL", "postnl", "Magento 2"],
"license": "GPL-3.0-or-later",
Expand All @@ -22,7 +22,7 @@
],
"require": {
"php": "~5.6.5 || ^7.0",
"myparcelnl/sdk": "~v7.1.0",
"myparcelnl/sdk": "~v7.2.2",
"magento/product-community-edition": "~2.3.6 || ~2.4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
<module name="MyParcelNL_Magento" setup_version="4.3.0">
<module name="MyParcelNL_Magento" setup_version="4.4.0">
<sequence>
<module name="Magento_Sales"/>
</sequence>
Expand Down

0 comments on commit a630afe

Please sign in to comment.