Skip to content

Commit 0db45ec

Browse files
committed
Bump to 2.1.1
1 parent 741860b commit 0db45ec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project_version=2.1.0
1+
project_version=2.1.1
22
org.gradle.jvmargs=-Xmx2048m
33
# set to true if you want to run the headlessmc-launcher-wrapper integration tests
44
hmc_integration_test_enabled=false

headlessmc-launcher/src/main/java/me/earth/headlessmc/launcher/Launcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Launcher implements HeadlessMc {
2828
/**
2929
* The current version of HeadlessMc.
3030
*/
31-
public static final String VERSION = "2.1.0";
31+
public static final String VERSION = "2.1.1";
3232

3333
/**
3434
* A HeadlessMc instance that this Launcher delegates to for CommandLine, ExitManager, etc..

headlessmc-scripts/hmc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
java -jar headlessmc-launcher-wrapper-2.1.0.jar --command $@
2+
java -jar headlessmc-launcher-wrapper-2.1.1.jar --command $@

headlessmc-scripts/hmc.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@echo off
2-
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-wrapper-2.1.0.jar --command %*
2+
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-wrapper-2.1.1.jar --command %*

headlessmc-scripts/hmw

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
# when running in docker on windows bash seems to be at /bin/bash TODO: can we make this one script?
3-
java -jar headlessmc-launcher-wrapper-2.1.0.jar --command $@
3+
java -jar headlessmc-launcher-wrapper-2.1.1.jar --command $@

0 commit comments

Comments
 (0)