We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b573f commit 195544cCopy full SHA for 195544c
src/main/java/com/itzilly/shadowOverlay/Constants.java
@@ -7,8 +7,8 @@
7
8
public class Constants {
9
10
- public static String BUILD_NUMBER = "b23";
11
- public static String VERSION = "A0.3.3";
+ public static String BUILD_NUMBER = "b24";
+ public static String VERSION = "A0.3.4";
12
public static String VERSION_SHORTHAND = VERSION + "-" + BUILD_NUMBER;
13
public static String WINDOW_TITLE = "Shadow Overlay " + VERSION_SHORTHAND;
14
0 commit comments