From b7f53dbd3989583a8afa3c38079b309483934955 Mon Sep 17 00:00:00 2001 From: David <54660361+NonSwag@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:52:42 +0100 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 03a63ff..9a3b5b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } group = "net.thenextlvl.tweaks" -version = "3.0.1" +version = "3.1.0" java { toolchain.languageVersion = JavaLanguageVersion.of(21) @@ -275,4 +275,4 @@ modrinth { dependencies { optional.project("ServiceIO") } -} \ No newline at end of file +}