Skip to content

Commit

Permalink
SP-996 Update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jul 10, 2024
1 parent f028047 commit c428507
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BitPaySDK/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Env
public const TEST_URL = "https://test.bitpay.com/";
public const PROD_URL = "https://bitpay.com/";
public const BITPAY_API_VERSION = "2.0.0";
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.3";
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.0.4";
public const BITPAY_API_FRAME = "std";
public const BITPAY_API_FRAME_VERSION = "1.0.0";
}

0 comments on commit c428507

Please sign in to comment.