Skip to content

Commit 2b5da00

Browse files
authored
Merge pull request #296 from bobbrodie/9.0.x
Bump version to 9.0.x
2 parents b0a574e + 1e27a93 commit 2b5da00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/classes/BitPaySDK-Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h4 id="toc-constants">
213213
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
214214
<a href="classes/BitPaySDK-Env.html#constant_BITPAY_PLUGIN_INFO">BITPAY_PLUGIN_INFO</a>
215215
<span>
216-
&nbsp;= &quot;BitPay_PHP_Client_v8.0.2&quot; </span>
216+
&nbsp;= &quot;BitPay_PHP_Client_v9.0.0&quot; </span>
217217
</dt>
218218

219219
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
@@ -360,7 +360,7 @@ <h4 class="phpdocumentor-element__name" id="constant_BITPAY_PLUGIN_INFO">
360360
<span class="phpdocumentor-signature__visibility">public</span>
361361
<span class="phpdocumentor-signature__type">mixed</span>
362362
<span class="phpdocumentor-signature__name">BITPAY_PLUGIN_INFO</span>
363-
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v8.0.2&quot;</span>
363+
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v9.0.0&quot;</span>
364364
</code>
365365

366366

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="8.0.2">
13+
<version number="9.0.0">
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_v8.0.2";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.0";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
}

0 commit comments

Comments
 (0)