From d38bd5e41f3021a24c43fc436110bde3d9e047d5 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Wed, 27 Mar 2024 10:37:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=201.6.4?= 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 eb2c4e0..1f3167d 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ repositories { dependencies { // 对于 Bukkit 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.3") + compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.4") // 对于 BungeeCord 插件 - compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.3") + compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.4") } ``` @@ -77,13 +77,13 @@ dependencies { cn.hamster3.mc.plugin ball-bukkit - 1.6.3 + 1.6.4 cn.hamster3.mc.plugin ball-bungee - 1.6.3 + 1.6.4 diff --git a/build.gradle.kts b/build.gradle.kts index 5a5dd75..9459355 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "cn.hamster3.mc.plugin" -version = "1.6.3" +version = "1.6.4" description = "基于 Redis 的 Minecraft 服务端通用消息中间件" subprojects {