From 0fbc7413ee5938f9f8b5cc5eae342bbb286d408d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=E9=B9=B0?= Date: Tue, 11 Nov 2025 16:59:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=20Taboolib=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Taboolib 从 6.2.4-621517d 更新至 6.2.4-1c0dbc5c - 更新项目版本号从 3.9.8 至 3.9.9 --- 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 f6eb5d7d..3fb823c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ subprojects { disableOnSkippedVersion = false } version { - taboolib = "6.2.4-621517d" + taboolib = "6.2.4-1c0dbc5c" coroutines = null } } diff --git a/gradle.properties b/gradle.properties index 28327301..86fb6704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=me.arasple.mc.trmenu -version=3.9.8 \ No newline at end of file +version=3.9.9 \ No newline at end of file