Skip to content

Commit

Permalink
Merge pull request #72 from p-maguire/SP-347
Browse files Browse the repository at this point in the history
SP-347 Bump version
  • Loading branch information
p-maguire authored Dec 7, 2022
2 parents 16bfe64 + d0f40f5 commit 377f5c7
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_8.0.4';
const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_8.1.0';
const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
const BITPAY_PAYMENT_DIR_IMAGES = 'images';
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":"8.0.4",
"version":"8.1.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="8.0.4"></module>
<module name="Bitpay_BPCheckout" setup_version="8.1.0"></module>
</config>

0 comments on commit 377f5c7

Please sign in to comment.