From 0da9aaa5d0eaac95f5bbc3f43daa9960f3feda7b Mon Sep 17 00:00:00 2001 From: LeeGodSRC Date: Sat, 28 Dec 2024 20:21:47 +0800 Subject: [PATCH] chore: Bumped version to 0.7.11b1-SNAPSHOT chore: Bumped adventure version to 4.18.0 --- framework/platforms/mc-platform/build.gradle.kts | 14 +++++++------- global.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/framework/platforms/mc-platform/build.gradle.kts b/framework/platforms/mc-platform/build.gradle.kts index 4c931496..17745789 100644 --- a/framework/platforms/mc-platform/build.gradle.kts +++ b/framework/platforms/mc-platform/build.gradle.kts @@ -7,13 +7,13 @@ dependencies { compileOnly("io.netty:netty-all:4.1.100.Final") // Adventure, for user-interface - api("net.kyori:adventure-api:4.17.0") - api("net.kyori:adventure-text-serializer-gson:4.17.0") - api("net.kyori:adventure-text-serializer-legacy:4.17.0") - api("net.kyori:adventure-nbt:4.17.0") - api("net.kyori:adventure-text-minimessage:4.17.0") - api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.17.0") - api("net.kyori:adventure-text-serializer-plain:4.17.0") + api("net.kyori:adventure-api:4.18.0") + api("net.kyori:adventure-text-serializer-gson:4.18.0") + api("net.kyori:adventure-text-serializer-legacy:4.18.0") + api("net.kyori:adventure-nbt:4.18.0") + api("net.kyori:adventure-text-minimessage:4.18.0") + api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.18.0") + api("net.kyori:adventure-text-serializer-plain:4.18.0") api("com.github.retrooper:packetevents-api:2.7.0") { exclude(group = "net.kyori") diff --git a/global.properties b/global.properties index 0cc782d9..a264d91d 100644 --- a/global.properties +++ b/global.properties @@ -1 +1 @@ -version = 0.7.10b2-SNAPSHOT \ No newline at end of file +version = 0.7.11b1-SNAPSHOT \ No newline at end of file