Update to 1.20.4

This commit is contained in:
Len 2023-12-17 13:11:06 +01:00
parent 88ac1e40ad
commit a00d7cc599

View File

@ -6,7 +6,7 @@ plugins {
}
group = "com.alttd"
version = "2.1.5"
version = "2.1.6"
description = "Altitude AFK Detector plugin."
apply<JavaLibraryPlugin>()
@ -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")
}