From a00d7cc599a367485fbd7f642b8bf556bcec1c61 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:11:06 +0100 Subject: [PATCH] Update to 1.20.4 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9800927..a3ed92e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.alttd" -version = "2.1.5" +version = "2.1.6" description = "Altitude AFK Detector plugin." apply() @@ -43,6 +43,6 @@ tasks { } dependencies { - implementation("com.alttd:Galaxy-API:1.20.1-R0.1-SNAPSHOT") + implementation("com.alttd:Galaxy-API:1.20.4-R0.1-SNAPSHOT") compileOnly("de.keyle:mypet:3.11-SNAPSHOT") } \ No newline at end of file