Skip to content

Commit 195544c

Browse files
committed
Update Version
1 parent 25b573f commit 195544c

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
@@ -7,8 +7,8 @@
77

88
public class Constants {
99

10-
public static String BUILD_NUMBER = "b23";
11-
public static String VERSION = "A0.3.3";
10+
public static String BUILD_NUMBER = "b24";
11+
public static String VERSION = "A0.3.4";
1212
public static String VERSION_SHORTHAND = VERSION + "-" + BUILD_NUMBER;
1313
public static String WINDOW_TITLE = "Shadow Overlay " + VERSION_SHORTHAND;
1414

0 commit comments

Comments
 (0)