From 7dea0099c2e6969883d37021d4544c513d82e38b Mon Sep 17 00:00:00 2001
From: Patrick
Date: Wed, 20 Nov 2024 13:06:21 -0500
Subject: [PATCH] SP-1099: Bump version for release
---
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 b6157dc..efc6743 100755
--- a/Model/Config.php
+++ b/Model/Config.php
@@ -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';
diff --git a/composer.json b/composer.json
index 1074c51..58286c1 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "",
"type": "magento2-module",
"license": "mit",
- "version":"9.3.0",
+ "version":"9.3.1",
"authors": [
{
"email": "integrations@bitpay.com",
diff --git a/etc/module.xml b/etc/module.xml
index a87827b..78de011 100755
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -6,5 +6,5 @@
-->
-
+