Skip to content

Commit

Permalink
Merge pull request #189 from ConnorDY/2.4.2
Browse files Browse the repository at this point in the history
2.4.2 Release
  • Loading branch information
ConnorDY authored Mar 21, 2024
2 parents 1c142a8 + 2484c72 commit 87fba8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "link.cdy"
version = "2.4.1"
version = "2.4.2"

repositories {
mavenCentral {
Expand Down
5 changes: 1 addition & 4 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ if [ "${1#--debug}" != "$1" ]; then
shift
fi

# Get the appropriate version from build.gradle.kts
version=$(grep -oP '(?<=version = ").*(?=")' build.gradle.kts)

exec "$java" $debug_params -jar ./build/libs/osrs-environment-exporter-fat-$version.jar "$@"
exec "$java" $debug_params -jar ./build/libs/osrs-environment-exporter-fat-2.4.2.jar "$@"
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -jar ./build/libs/osrs-environment-exporter-fat-2.4.1.jar %*
java -jar ./build/libs/osrs-environment-exporter-fat-2.4.2.jar %*

0 comments on commit 87fba8c

Please sign in to comment.