From ad9b0bfa197bb6031bf237286bebf1d7c5250a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=E9=B9=B0?= Date: Wed, 12 Nov 2025 15:04:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=20Taboolib=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=94=AF=E6=8C=81=20CatServer1.12.2=20?= =?UTF-8?q?=E7=AD=89=E6=9C=8D=E5=8A=A1=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Taboolib 更新至 6.2.4-7f8b30dc - 更新项目版本号至 3.9.10 --- build.gradle.kts | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3fb823c5..c95019ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ subprojects { disableOnSkippedVersion = false } version { - taboolib = "6.2.4-1c0dbc5c" + taboolib = "6.2.4-7f8b30dc" coroutines = null } } diff --git a/gradle.properties b/gradle.properties index 86fb6704..99c55623 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=me.arasple.mc.trmenu -version=3.9.9 \ No newline at end of file +version=3.9.10 \ No newline at end of file