Skip to content

Commit 6ab572c

Browse files
committed
Update Version
1 parent 2d950d6 commit 6ab572c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/itzilly/shadowOverlay/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
public class Constants {
88

9-
public static String BUILD_NUMBER = "b16";
10-
public static String VERSION = "A0.2.8";
9+
public static String BUILD_NUMBER = "b18";
10+
public static String VERSION = "A0.2.9";
1111
public static String VERSION_SHORTHAND = VERSION + "-" + BUILD_NUMBER;
1212
public static String WINDOW_TITLE = "Shadow Overlay " + VERSION_SHORTHAND;
1313

0 commit comments

Comments
 (0)