From 280720b140df51102a63a8edada5fdcb0f7604fd Mon Sep 17 00:00:00 2001 From: yuhangle <893033655@qq.com> Date: Sat, 30 Nov 2024 00:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B71.?= =?UTF-8?q?1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5b35a2..4354010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,12 @@ build-backend = "hatchling.build" [project] name = "endstone-tianyan" -version = "1.1.1" -description = "一个可以记录和查询容器交互和其它交互行为、方块放置与破坏和生物受击记录的endstone插件" +version = "1.1.2" +description = "一款可进行行为记录与查询、防刷屏、玩家封禁的endstone插件" authors = [ { name = "yuhang", email = "keepsecret@nothing.mc" }, ] +readme = "README.md" keywords = ["endstone", "plugin", "tianyan"] [project.urls] Homepage = "https://github.com/yuhangle/Endstone_TianyanPlugin"