Skip to content

Commit 1ad7b22

Browse files
committed
Bump version to 9.3.1
1 parent db5f5f1 commit 1ad7b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpdoc.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<output>docs</output>
1111
</paths>
1212

13-
<version number="9.3.0">
13+
<version number="9.3.1">
1414
<api format="php">
1515
<source dsn=".">
1616
<path>src</path>

src/BitPaySDK/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Env
1717
public const TEST_URL = "https://test.bitpay.com/";
1818
public const PROD_URL = "https://bitpay.com/";
1919
public const BITPAY_API_VERSION = "2.0.0";
20-
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.0";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.3.1";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
public const BITPAY_DATETIME_FORMAT = 'Y-m-d\TH:i:s\Z';

0 commit comments

Comments
 (0)