Skip to content

Commit

Permalink
Merge pull request #21 from MONEI/update_version_number
Browse files Browse the repository at this point in the history
update version number
  • Loading branch information
jcuervas authored Jun 29, 2023
2 parents aa1d081 + 5abaa21 commit 28016e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Setup/Patch/Data/SetupSales.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getAliases(): array
*/
public static function getVersion(): string
{
return '1.1.5';
return '1.1.6';
}

public function apply(): void
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei/module-monei-payment",
"version": "1.1.5",
"version": "1.1.6",
"description": "MONEI Payments Adobe Commerce (Magento 2) module",
"type": "magento2-module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
~ @copyright Copyright © Monei (https://monei.com)
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Monei_MoneiPayment" setup_version="1.1.5">
<module name="Monei_MoneiPayment" setup_version="1.1.6">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Config"/>
Expand Down

0 comments on commit 28016e2

Please sign in to comment.