We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d950d6 commit 6ab572cCopy full SHA for 6ab572c
src/main/java/com/itzilly/shadowOverlay/Constants.java
@@ -6,8 +6,8 @@
6
7
public class Constants {
8
9
- public static String BUILD_NUMBER = "b16";
10
- public static String VERSION = "A0.2.8";
+ public static String BUILD_NUMBER = "b18";
+ public static String VERSION = "A0.2.9";
11
public static String VERSION_SHORTHAND = VERSION + "-" + BUILD_NUMBER;
12
public static String WINDOW_TITLE = "Shadow Overlay " + VERSION_SHORTHAND;
13
0 commit comments