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.1 </version >
9+ <version >8.6.2 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >BitPay</name >
Original file line number Diff line number Diff line change 5757/**
5858 * The type Client. Class is responsible for API calls.
5959 *
60- * @version 8.6.1
60+ * @version 8.6.2
6161 * @see <a href="https://bitpay.com/api/#rest-api">REST API</a>
6262 *
6363 */
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.1 " ;
30+ public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.6.2 " ;
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.1 " , Env .BitpayPluginInfo );
30+ Assertions .assertEquals ("BitPay_Java_Client_v8.6.2 " , Env .BitpayPluginInfo );
3131 }
3232
3333 @ Test
You can’t perform that action at this time.
0 commit comments