Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaikovskyia committed Jul 26, 2022
1 parent c11b127 commit 5aebecb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Api/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private function initRequest($endpoint, $token = null)
'Dintero-System-Name' => __('Magento'),
'Dintero-System-Version' => $this->getSystemMeta()->getVersion(),
'Dintero-System-Plugin-Name' => 'Dintero.Checkout.Magento.V2',
'Dintero-System-Plugin-Version' => '1.6.14',
'Dintero-System-Plugin-Version' => '1.6.16',
];

if ($token && $token instanceof Token) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"Dintero\\Checkout\\": ""
}
},
"version": "1.6.14"
"version": "1.6.16"
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dintero_Checkout" setup_version="1.6.14">
<module name="Dintero_Checkout" setup_version="1.6.16">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 5aebecb

Please sign in to comment.