Skip to content

Commit

Permalink
Merge pull request #21 from 3arthqu4ke/v1.4.1
Browse files Browse the repository at this point in the history
[1.4.1] Bump version
  • Loading branch information
3arthqu4ke authored Jul 17, 2022
2 parents c463971 + 468ff4e commit e9cb6e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion headlessmc-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ application {
mainClass = MAIN_CLASS
}

version = '1.4.0'
version = '1.4.1'

run {
standardInput = System.in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@Getter
@RequiredArgsConstructor
public class Launcher implements HeadlessMc {
public static final String VERSION = "1.4.0";
public static final String VERSION = "1.4.1";

@Delegate
private final HeadlessMc headlessMc;
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-1.4.0.jar --command $@
java -jar headlessmc-launcher-1.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-1.4.0.jar --command %*
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-1.4.1.jar --command %*

0 comments on commit e9cb6e0

Please sign in to comment.