Skip to content

Commit ff2be87

Browse files
committed
bump version to v1.0.2
1 parent 1caab96 commit ff2be87

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
cd "$(dirname "$0")"
44

5-
rm fabric/build/libs/* forge/build/libs/*
5+
rm -rf fabric/build/libs/* forge/build/libs/*
66
# rm -rf output
77

8+
export JAVA_HOME=$(/usr/libexec/java_home -v 17)
89
./gradlew --daemon build
910

1011
mkdir output

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Every field you add must be added to the root build.gradle expandProps map.
44

55
# Project
6-
version=1.0.1
6+
version=1.0.2
77
group=com.github.litermc.miss
88

99
# Common

0 commit comments

Comments
 (0)