From e07b2775661075a325108091d6eec71fc4f6813b Mon Sep 17 00:00:00 2001 From: UserNugget Date: Tue, 3 Sep 2024 09:04:46 +0300 Subject: [PATCH] 1.2.4: Velocity b426+ support --- VERSION | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0495c4a..e8ea05d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/build.gradle b/build.gradle index 855ec25..1c34a58 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins() { } this.group = "net.elytrium" -this.version = "1.2.3" +this.version = "1.2.4" compileJava() { sourceCompatibility = 17 @@ -59,7 +59,7 @@ dependencies() { implementation("net.elytrium.commons:velocity:1.3.0") implementation("net.elytrium.commons:utils:1.3.0") implementation("net.elytrium:serializer:1.1.1") - implementation("net.elytrium:fastprepare:1.0.8") + implementation("net.elytrium:fastprepare:1.0.11") implementation("org.bstats:bstats-velocity:3.0.2") }