From 44bd5731de7d5177ee99f1be48989ca8f9e53a8e Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Mon, 18 Mar 2024 16:15:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E4=BB=93=E9=BC=A0?= =?UTF-8?q?=E6=A0=B8=E5=BF=83=E8=87=AA=E5=8A=A8=E6=A3=80=E6=B5=8B=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a95194..e1e476e 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ repositories { dependencies { // 对于 Bukkit 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.1-SNAPSHOT") + compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.1") // 对于 BungeeCord 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.1-SNAPSHOT") + compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.1") } ``` @@ -77,13 +77,13 @@ dependencies { cn.hamster3.mc.plugin ball-bukkit - 1.6.1-SNAPSHOT + 1.6.1 cn.hamster3.mc.plugin ball-bungee - 1.6.1-SNAPSHOT + 1.6.1 diff --git a/build.gradle.kts b/build.gradle.kts index ada99ec..bd0a56a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "cn.hamster3.mc.plugin" -version = "1.6.1-SNAPSHOT" +version = "1.6.1" subprojects { apply {