Skip to content

Commit aacad13

Browse files
authored
Merge pull request #107 from p-maguire/9.3.x
SP-1099: Bump version for release
2 parents 9709936 + 7dea009 commit aacad13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Config
2828
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
2929
public const API_HOST_DEV = 'test.bitpay.com';
3030
public const API_HOST_PROD = 'bitpay.com';
31-
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.3.0';
31+
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.3.1';
3232
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
3333
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
3434
public const BITPAY_PAYMENT_DIR_IMAGES = 'images';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "",
44
"type": "magento2-module",
55
"license": "mit",
6-
"version":"9.3.0",
6+
"version":"9.3.1",
77
"authors": [
88
{
99
"email": "[email protected]",

etc/module.xml

Lines changed: 1 addition & 1 deletion
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.3.0"></module>
9+
<module name="Bitpay_BPCheckout" setup_version="9.3.1"></module>
1010
</config>

0 commit comments

Comments
 (0)