Skip to content

Commit 44dc875

Browse files
committed
SP-340 Update SDK version to 8.7.0
1 parent fd031ae commit 44dc875

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.bitpay</groupId>
88
<artifactId>bitpay_sdk</artifactId>
9-
<version>8.6.2</version>
9+
<version>8.7.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>BitPay</name>

src/main/java/com/bitpay/sdk/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
/**
9595
* The type Client. Class is responsible for API calls.
9696
*
97-
* @version 8.6.2
97+
* @version 8.7.0
9898
* @see <a href="https://bitpay.com/api/#rest-api">REST API</a>
9999
*
100100
*/

src/main/java/com/bitpay/sdk/Env.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class Env {
2727
/**
2828
* BitPay Plugin Info Version.
2929
*/
30-
public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.6.2";
30+
public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.7.0";
3131
/**
3232
* BitPay Api Frame.
3333
*/

src/test/java/com/bitpay/sdk/EnvTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void it_should_returns_bitpay_api_version() {
2727

2828
@Test
2929
public void it_should_returns_bitpay_plugin_info() {
30-
Assertions.assertEquals("BitPay_Java_Client_v8.6.2", Env.BitpayPluginInfo);
30+
Assertions.assertEquals("BitPay_Java_Client_v8.7.0", Env.BitpayPluginInfo);
3131
}
3232

3333
@Test

0 commit comments

Comments
 (0)