We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe1548 commit 629db0cCopy full SHA for 629db0c
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>KnightLauncher</groupId>
6
<artifactId>KnightLauncher</artifactId>
7
- <version>2.0.32</version>
+ <version>2.0.33</version>
8
<name>KnightLauncher</name>
9
<description>Open source game launcher for a certain game.</description>
10
src/main/java/com/luuqui/launcher/LauncherGlobals.java
@@ -6,7 +6,7 @@
public class LauncherGlobals {
- public static final String LAUNCHER_VERSION = "2.0.32";
+ public static final String LAUNCHER_VERSION = "2.0.33";
11
public static final String LAUNCHER_NAME = "Knight Launcher";
12
0 commit comments