Skip to content

Commit 7cfa9d6

Browse files
committed
version bump
1 parent 42f24fc commit 7cfa9d6

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.2</version>
26+
<version>1.3.3</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
@@ -37,7 +37,7 @@
3737

3838
public class Main {
3939

40-
public static final String VERSION = "1.3.2";
40+
public static final String VERSION = "1.3.3";
4141
public static Logger logger;
4242
public static String pathToUse;
4343

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.2
1+
1.3.3

0 commit comments

Comments
 (0)