From eb08a2187dc5ace6604e4aea900873fc79784f41 Mon Sep 17 00:00:00 2001 From: Patrick Maguire Date: Thu, 1 Dec 2022 11:05:55 -0500 Subject: [PATCH] SP-325: 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 76ef0f1..2858f6a 100755 --- a/Model/Config.php +++ b/Model/Config.php @@ -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.0'; + const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_8.0.4'; const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout'; const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg'; const BITPAY_PAYMENT_DIR_IMAGES = 'images'; diff --git a/composer.json b/composer.json index 59a55e9..11896f8 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "type": "magento2-module", "license": "mit", - "version":"8.0.0", + "version":"8.0.4", "authors": [ { "email": "integrations@bitpay.com", diff --git a/etc/module.xml b/etc/module.xml index fb6faef..b9bb258 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -6,5 +6,5 @@ --> - + \ No newline at end of file