From f4f7877596ac5522c5952fc036d6e510eec66f24 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 15 Aug 2024 10:30:34 -0400 Subject: [PATCH] SP-1034: Bump version --- Model/Config.php | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Model/Config.php b/Model/Config.php index 807cd1c..c5165f1 100755 --- a/Model/Config.php +++ b/Model/Config.php @@ -27,7 +27,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.2.0'; + public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.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'; diff --git a/composer.json b/composer.json index cb1b532..eebdb6e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "type": "magento2-module", "license": "mit", - "version":"9.2.0", + "version":"9.2.1", "authors": [ { "email": "integrations@bitpay.com", diff --git a/etc/module.xml b/etc/module.xml index 39d7164..79a815d 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -6,5 +6,5 @@ --> - + \ No newline at end of file