diff --git a/docs/classes/BitPaySDK-Env.html b/docs/classes/BitPaySDK-Env.html
index 0aa3bfd1..e8b1aff4 100644
--- a/docs/classes/BitPaySDK-Env.html
+++ b/docs/classes/BitPaySDK-Env.html
@@ -216,7 +216,7 @@
BITPAY_PLUGIN_INFO
- = "BitPay_PHP_Client_v9.2.1"
+ = "BitPay_PHP_Client_v9.2.2"
@@ -371,7 +371,7 @@
public
mixed
BITPAY_PLUGIN_INFO
- = "BitPay_PHP_Client_v9.2.1"
+ = "BitPay_PHP_Client_v9.2.2"
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index 1cb83a5e..b105efdf 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -10,7 +10,7 @@
-
+
src
diff --git a/src/BitPaySDK/Env.php b/src/BitPaySDK/Env.php
index 03aeacf1..ef0206fa 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.2.1";
+ public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.2.2";
public const BITPAY_API_FRAME = "std";
public const BITPAY_API_FRAME_VERSION = "1.0.0";
}