Skip to content

Commit

Permalink
Update, test & release (1.50.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Sep 23, 2024
1 parent af3b907 commit 3c5e989
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Service/Software/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Data
const MODULE_CODE = 'Buckaroo_Magento2';

/** Version of Module */
const BUCKAROO_VERSION = '1.50.0';
const BUCKAROO_VERSION = '1.50.1';

/** @var ProductMetadataInterface */
private $productMetadata;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docs": "https://docs.buckaroo.io/"
},
"homepage": "https://www.buckaroo.nl",
"version" : "v1.50.0",
"version" : "v1.50.1",
"minimum-stability": "stable",
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Buckaroo_Magento2:etc/buckaroo_module.xsd">
<module name="Buckaroo_Magento2" setup_version="1.50.0" build_number="1769" stability="stable">
<module name="Buckaroo_Magento2" setup_version="1.50.1" build_number="1769" stability="stable">
<sequence>
<module name="Magento_Payment"/>
<module name="Magento_ReleaseNotification"/>
Expand Down

0 comments on commit 3c5e989

Please sign in to comment.