Skip to content

Commit 5b4f4c4

Browse files
author
Robert Brodie
authored
Merge pull request #419 from swlodarski-sumoheavy/10.1.x-deps
Update dependencies and bump version to 10.1.1
2 parents aa74984 + 5fcf76c commit 5b4f4c4

3 files changed

Lines changed: 23 additions & 22 deletions

File tree

composer.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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="10.1.0">
13+
<version number="10.1.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_v10.1.0";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v10.1.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)