From d7a9a85e5e1a7a121bc6dcf3823106ead6f8f0b8 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 7 May 2024 15:32:53 -0400 Subject: [PATCH] SP-935: Bump version to 9.0.2 --- docs/classes/BitPaySDK-Env.html | 4 ++-- phpdoc.dist.xml | 2 +- src/BitPaySDK/Env.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html index 0eabc296..6dc4c687 100644 --- a/docs/classes/BitPaySDK-Env.html +++ b/docs/classes/BitPaySDK-Env.html @@ -213,7 +213,7 @@

BITPAY_PLUGIN_INFO -  = "BitPay_PHP_Client_v9.0.1" +  = "BitPay_PHP_Client_v9.0.2"
@@ -360,7 +360,7 @@

public mixed BITPAY_PLUGIN_INFO - = "BitPay_PHP_Client_v9.0.1" + = "BitPay_PHP_Client_v9.0.2" diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 334d60a1..ce9b71b0 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -10,7 +10,7 @@ docs - + src diff --git a/src/BitPaySDK/Env.php b/src/BitPaySDK/Env.php index 0efc6642..1ec59acc 100644 --- a/src/BitPaySDK/Env.php +++ b/src/BitPaySDK/Env.php @@ -17,7 +17,7 @@ interface Env public const TEST_URL = "https://test.bitpay.com/"; public const PROD_URL = "https://bitpay.com/"; public const BITPAY_API_VERSION = "2.0.0"; - public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.1"; + public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.2"; public const BITPAY_API_FRAME = "std"; public const BITPAY_API_FRAME_VERSION = "1.0.0"; }