Skip to content

Commit

Permalink
Bump version to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Aug 9, 2023
1 parent fa5c657 commit 3a0ea50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BitPaySDK/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* @package Bitpay
* @author BitPay Integrations <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @version 8.0.1
* @version 8.0.2
*/
class Client
{
Expand Down
2 changes: 1 addition & 1 deletion src/BitPaySDK/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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_v8.0.1";
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v8.0.2";
public const BITPAY_API_FRAME = "std";
public const BITPAY_API_FRAME_VERSION = "1.0.0";
}
2 changes: 1 addition & 1 deletion src/BitPaySDK/PosClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Class Client
* @package Bitpay light
* @author Antonio Buedo
* @version 8.0.1
* @version 8.0.2
*/
class PosClient extends Client
{
Expand Down

0 comments on commit 3a0ea50

Please sign in to comment.