Skip to content

Commit 742c2fa

Browse files
authored
Merge pull request #101 from p-maguire/9.2.x
SP-1038: Bump version
2 parents b667b69 + cfa5be1 commit 742c2fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Model/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Config
2727
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
2828
public const API_HOST_DEV = 'test.bitpay.com';
2929
public const API_HOST_PROD = 'bitpay.com';
30-
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.1';
30+
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.2';
3131
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
3232
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
3333
public const BITPAY_PAYMENT_DIR_IMAGES = 'images';

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"type": "magento2-module",
55
"license": "mit",
6-
"version":"9.2.1",
6+
"version":"9.2.2",
77
"authors": [
88
{
99
"email": "[email protected]",

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
-->
77
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
88
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9-
<module name="Bitpay_BPCheckout" setup_version="9.2.1"></module>
9+
<module name="Bitpay_BPCheckout" setup_version="9.2.2"></module>
1010
</config>

0 commit comments

Comments
 (0)