File tree 5 files changed +5
-5
lines changed
headlessmc-launcher/src/main/java/me/earth/headlessmc/launcher
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- project_version =1.10.1
1
+ project_version =1.10.2
Original file line number Diff line number Diff line change 15
15
@ Getter
16
16
@ RequiredArgsConstructor
17
17
public class Launcher implements HeadlessMc {
18
- public static final String VERSION = "1.10.1 " ;
18
+ public static final String VERSION = "1.10.2 " ;
19
19
20
20
@ Delegate
21
21
private final HeadlessMc headlessMc ;
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
- java -jar headlessmc-launcher-1.10.1 .jar --command $@
2
+ java -jar headlessmc-launcher-1.10.2 .jar --command $@
Original file line number Diff line number Diff line change 1
1
@ echo off
2
- " %JAVA_HOME% \bin\java" -jar headlessmc-launcher-1.10.1 .jar --command %*
2
+ " %JAVA_HOME% \bin\java" -jar headlessmc-launcher-1.10.2 .jar --command %*
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# 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-1.10.1 .jar --command $@
3
+ java -jar headlessmc-launcher-1.10.2 .jar --command $@
You can’t perform that action at this time.
0 commit comments