Skip to content

Commit 31c3207

Browse files
authored
Merge pull request #261 from bobbrodie/master
SP-627: Bump clients and docs to version 8.0.1
2 parents 22059f8 + 709407e commit 31c3207

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/classes/BitPaySDK-Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
187187
<span class="phpdocumentor-tag__name">version</span>
188188
</dt>
189189
<dd class="phpdocumentor-tag-list__definition">
190-
<span class="phpdocumentor-tag-link">8.0.0</span>
190+
<span class="phpdocumentor-tag-link">8.0.1</span>
191191

192192

193193
</dd>

docs/classes/BitPaySDK-PosClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
181181
<span class="phpdocumentor-tag__name">version</span>
182182
</dt>
183183
<dd class="phpdocumentor-tag-list__definition">
184-
<span class="phpdocumentor-tag-link">8.0.0</span>
184+
<span class="phpdocumentor-tag-link">8.0.1</span>
185185

186186

187187
</dd>

src/BitPaySDK/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* @package Bitpay
6262
* @author BitPay Integrations <integrations@bitpay.com>
6363
* @license http://www.opensource.org/licenses/mit-license.php MIT
64-
* @version 8.0.0
64+
* @version 8.0.1
6565
*/
6666
class Client
6767
{

src/BitPaySDK/PosClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Class Client
2121
* @package Bitpay light
2222
* @author Antonio Buedo
23-
* @version 8.0.0
23+
* @version 8.0.1
2424
*/
2525
class PosClient extends Client
2626
{

0 commit comments

Comments
 (0)