diff --git a/Model/Config.php b/Model/Config.php index 2858f6a..553105b 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.4'; + const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_8.1.0'; 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 11896f8..4626329 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "", "type": "magento2-module", "license": "mit", - "version":"8.0.4", + "version":"8.1.0", "authors": [ { "email": "integrations@bitpay.com", diff --git a/etc/module.xml b/etc/module.xml index b9bb258..d2d099f 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -6,5 +6,5 @@ --> - + \ No newline at end of file