File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/bitpay/sdk Expand file tree Collapse file tree 3 files changed +3
-3
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.5.2206 </version >
9+ <version >8.5.2207 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >BitPay</name >
Original file line number Diff line number Diff line change 5252
5353/**
5454 * @author Antonio Buedo
55- * @version 8.5.2206
55+ * @version 8.5.2207
5656 * See bitpay.com/api for more information.
5757 * date 04.03.2022
5858 */
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public class Env {
66 public static final String TestUrl = "https://test.bitpay.com/" ;
77 public static final String ProdUrl = "https://bitpay.com/" ;
88 public static final String BitpayApiVersion = "2.0.0" ;
9- public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.5.2206 " ;
9+ public static final String BitpayPluginInfo = "BitPay_Java_Client_v8.5.2207 " ;
1010 public static final String BitpayApiFrame = "std" ;
1111 public static final String BitpayApiFrameVersion = "1.0.0" ;
1212
You can’t perform that action at this time.
0 commit comments