Skip to content

Commit c428507

Browse files
committed
SP-996 Update dependencies, bump version
1 parent f028047 commit c428507

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

composer.lock

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

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.0.3";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.4";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
}

0 commit comments

Comments
 (0)