Skip to content

Commit

Permalink
Merge pull request #56 from p-maguire/SP-240
Browse files Browse the repository at this point in the history
SP-240 Bump version
  • Loading branch information
p-maguire authored Sep 28, 2022
2 parents bbb478e + 1e64dcf commit 60bb6b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Config
const BITPAY_UX = 'payment/bpcheckout/bitpay_ux';
const API_HOST_DEV = 'test.bitpay.com';
const API_HOST_PROD = 'bitpay.com';
const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_7.1.0';
const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_7.2.0';
const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"type": "magento2-module",
"license": "mit",
"version":"7.1.0",
"version":"7.2.0",
"authors": [
{
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Bitpay_BPCheckout" setup_version="7.1.0"></module>
<module name="Bitpay_BPCheckout" setup_version="7.2.0"></module>
</config>

0 comments on commit 60bb6b0

Please sign in to comment.