Skip to content

Commit 0e82625

Browse files
committed
Bump to 1.2.1
1 parent 2e03623 commit 0e82625

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
def ENV = System.getenv()
88

99
group = 'org.mcphackers'
10-
version = '1.2'
10+
version = '1.2.1'
1111
if(!ENV.RELEASE.equals('1')) {
1212
project.version += '-SNAPSHOT'
1313
}

src/main/java/org/mcphackers/launchwrapper/Launch.java

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

77
public class Launch {
88

9-
public static final String VERSION = "1.2";
9+
public static final String VERSION = "1.2.1";
1010
public static final Logger LOGGER = new Logger();
1111

1212
/**

0 commit comments

Comments
 (0)