Skip to content

Commit

Permalink
Merge pull request #107 from p-maguire/9.3.x
Browse files Browse the repository at this point in the history
SP-1099: Bump version for release
  • Loading branch information
bobbrodie authored Nov 20, 2024
2 parents 9709936 + 7dea009 commit aacad13
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 @@ -28,7 +28,7 @@ class Config
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
public const API_HOST_DEV = 'test.bitpay.com';
public const API_HOST_PROD = 'bitpay.com';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.3.0';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.3.1';
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
public 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":"9.3.0",
"version":"9.3.1",
"authors": [
{
"email": "integrations@bitpay.com",
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="9.3.0"></module>
<module name="Bitpay_BPCheckout" setup_version="9.3.1"></module>
</config>

0 comments on commit aacad13

Please sign in to comment.