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 f872d15 commit 3f03320Copy full SHA for 3f03320
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>lol.hyper</groupId>
25
<artifactId>CustomLauncherRewrite</artifactId>
26
- <version>1.3</version>
+ <version>1.3.1</version>
27
<packaging>jar</packaging>
28
29
<properties>
src/main/java/lol/hyper/customlauncher/Main.java
@@ -38,7 +38,7 @@ public class Main {
38
39
public static Logger logger;
40
public static String pathToUse;
41
- public static final String VERSION = "1.2";
+ public static final String VERSION = "1.3.1";
42
43
public static void main(String[] args) throws IOException {
44
System.setProperty("log4j.configurationFile", "log4j2config.xml");
version
@@ -1 +1 @@
1
-1.3
+1.3.1
0 commit comments