File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments