From 607c657b64a31229633124b90a1a72ca858fca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=E9=B9=B0?= Date: Tue, 30 Dec 2025 00:53:59 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=20TabooLib=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81=201.21.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 taboolib 版本从 6.2.4-65252583 更新至 6.2.4-5902762 - 更新项目版本号从 3.9.15 到 3.9.16 - README.md 中支持版本范围为 1.8.9 ~ 1.21.11 --- README.md | 2 +- build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eafb922d..9a4427cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### 🔔 What's new in this fork? -- **Support 1.8.9 ~ 1.21.8** +- **Support 1.8.9 ~ 1.21.11** - **Fix Skull display** - **[International Language](https://github.com/Dreeam-qwq/TrMenu/pull/64)** - **Something more...** diff --git a/build.gradle.kts b/build.gradle.kts index c103ebca..41f983a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ subprojects { disableOnSkippedVersion = false } version { - taboolib = "6.2.4-65252583" + taboolib = "6.2.4-5902762" coroutines = null } } diff --git a/gradle.properties b/gradle.properties index 5b91b516..7f7869f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group=me.arasple.mc.trmenu -version=3.9.15 \ No newline at end of file +version=3.9.16 \ No newline at end of file