Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Nov 15, 2024
1 parent 22322ad commit b95dc19
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_version=2.4.0
project_version=2.4.1
org.gradle.jvmargs=-Xmx2048m
# set to true if you want to run the headlessmc-launcher-wrapper integration tests
hmc_integration_test_enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Launcher implements HeadlessMc {
/**
* The current version of HeadlessMc.
*/
public static final String VERSION = "2.4.0";
public static final String VERSION = "2.4.1";

/**
* A HeadlessMc instance that this Launcher delegates to for CommandLine, ExitManager, etc..
Expand Down
2 changes: 1 addition & 1 deletion headlessmc-scripts/hmc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
java -jar headlessmc-launcher-wrapper-2.4.0.jar --command $@
java -jar headlessmc-launcher-wrapper-2.4.1.jar --command $@
2 changes: 1 addition & 1 deletion headlessmc-scripts/hmc.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-wrapper-2.4.0.jar --command %*
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-wrapper-2.4.1.jar --command %*
2 changes: 1 addition & 1 deletion headlessmc-scripts/hmw
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
# when running in docker on windows bash seems to be at /bin/bash TODO: can we make this one script?
java -jar headlessmc-launcher-wrapper-2.4.0.jar --command $@
java -jar headlessmc-launcher-wrapper-2.4.1.jar --command $@

0 comments on commit b95dc19

Please sign in to comment.