Skip to content

Commit 18f743d

Browse files
committed
[1.10.2] Bump version
1 parent a4632d5 commit 18f743d

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 +1 @@
1-
project_version=1.10.1
1+
project_version=1.10.2

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@Getter
1616
@RequiredArgsConstructor
1717
public class Launcher implements HeadlessMc {
18-
public static final String VERSION = "1.10.1";
18+
public static final String VERSION = "1.10.2";
1919

2020
@Delegate
2121
private final HeadlessMc headlessMc;

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-1.10.1.jar --command $@
2+
java -jar headlessmc-launcher-1.10.2.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-1.10.1.jar --command %*
2+
"%JAVA_HOME%\bin\java" -jar headlessmc-launcher-1.10.2.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-1.10.1.jar --command $@
3+
java -jar headlessmc-launcher-1.10.2.jar --command $@

0 commit comments

Comments
 (0)