Skip to content

Commit 543c621

Browse files
authored
Merge pull request #173 from bobbrodie/SP-339
SP-339 Bump version
2 parents 9bdec7f + 562bd79 commit 543c621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BitPaySDK/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
* Class Client
6666
* @package Bitpay
6767
* @author Antonio Buedo
68-
* @version 7.0.1
68+
* @version 7.1.0
6969
* See bitpay.com/api for more information.
7070
* date 15.11.2021
7171
*/

src/BitPaySDK/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface Env
99
const TestUrl = "https://test.bitpay.com/";
1010
const ProdUrl = "https://bitpay.com/";
1111
const BitpayApiVersion = "2.0.0";
12-
const BitpayPluginInfo = "BitPay_PHP_Client_v7.0.1";
12+
const BitpayPluginInfo = "BitPay_PHP_Client_v7.1.0";
1313
const BitpayApiFrame = "std";
1414
const BitpayApiFrameVersion = "1.0.0";
1515
}

0 commit comments

Comments
 (0)