From 608b00c167d6177e416c2d1ca78bfedcdc407bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=E9=B9=B0?= Date: Tue, 15 Jul 2025 18:10:26 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20TabooLib=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=201.20.4=20=E5=8F=8A=E4=BB=A5=E4=B8=8B=20Cus?= =?UTF-8?q?tomModelData=20=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 TabooLib 版本至 6.2.3-7105e58f - 项目版本号从 3.6.7 升级到 3.6.8 --- 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 778c0358..1c3593cd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ subprojects { repoTabooLib = "https://repo.aeoliancloud.com/repository/releases" } version { - taboolib = "6.2.3-5297ae6" + taboolib = "6.2.3-7105e58f" coroutines = null } } diff --git a/gradle.properties b/gradle.properties index 9d46dd8d..03099a2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=me.arasple.mc.trmenu -version=3.6.7 \ No newline at end of file +version=3.6.8 \ No newline at end of file