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 2e03623 commit 0e82625Copy full SHA for 0e82625
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
def ENV = System.getenv()
8
9
group = 'org.mcphackers'
10
-version = '1.2'
+version = '1.2.1'
11
if(!ENV.RELEASE.equals('1')) {
12
project.version += '-SNAPSHOT'
13
}
src/main/java/org/mcphackers/launchwrapper/Launch.java
@@ -6,7 +6,7 @@
6
public class Launch {
- public static final String VERSION = "1.2";
+ public static final String VERSION = "1.2.1";
public static final Logger LOGGER = new Logger();
/**
0 commit comments