Skip to content

Commit 3f03320

Browse files
committed
version bump
1 parent f872d15 commit 3f03320

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>CustomLauncherRewrite</artifactId>
26-
<version>1.3</version>
26+
<version>1.3.1</version>
2727
<packaging>jar</packaging>
2828

2929
<properties>

src/main/java/lol/hyper/customlauncher/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Main {
3838

3939
public static Logger logger;
4040
public static String pathToUse;
41-
public static final String VERSION = "1.2";
41+
public static final String VERSION = "1.3.1";
4242

4343
public static void main(String[] args) throws IOException {
4444
System.setProperty("log4j.configurationFile", "log4j2config.xml");

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3
1+
1.3.1

0 commit comments

Comments
 (0)