diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html index 2f12c782..0e3288e6 100644 --- a/docs/classes/BitPaySDK-Env.html +++ b/docs/classes/BitPaySDK-Env.html @@ -222,7 +222,7 @@

BITPAY_PLUGIN_INFO -  = "BitPay_PHP_Client_v9.3.1" +  = "BitPay_PHP_Client_v9.3.2"
@@ -408,7 +408,7 @@

public mixed BITPAY_PLUGIN_INFO - = "BitPay_PHP_Client_v9.3.1" + = "BitPay_PHP_Client_v9.3.2" diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index ff41f592..5beb9c28 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 a9d33e05..caa508e5 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.3.1"; + public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.2"; public const BITPAY_API_FRAME = "std"; public const BITPAY_API_FRAME_VERSION = "1.0.0"; public const BITPAY_DATETIME_FORMAT = 'Y-m-d\TH:i:s\Z';