Skip to content

Commit 42c80e5

Browse files
author
Craig Christenson
committed
Bump version
1 parent fe04f11 commit 42c80e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

2checkout-java.jar

449 Bytes
Binary file not shown.

src/main/java/com/twocheckout/Twocheckout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.twocheckout;
22

33
public abstract class Twocheckout {
4-
public static final String VERSION = "0.2.2";
4+
public static final String VERSION = "0.2.3";
55
public static volatile String apiusername;
66
public static volatile String apipassword;
77
public static volatile String privatekey;

0 commit comments

Comments
 (0)