From e937924317f6f29446654f58b5df18e823e56862 Mon Sep 17 00:00:00 2001
From: MiniDay <372403923@qq.com>
Date: Thu, 10 Jul 2025 20:47:03 +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?=
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 f4c37ba..4c14aa5 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,9 @@ repositories {
dependencies {
// 对于 Bukkit 插件
- compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.8.0")
+ compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.8.1")
// 对于 BungeeCord 插件
- compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.8.0")
+ compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.8.1")
}
```
@@ -75,13 +75,13 @@ dependencies {
cn.hamster3.mc.plugin
ball-bukkit
- 1.8.0
+ 1.8.1
cn.hamster3.mc.plugin
ball-bungee
- 1.8.0
+ 1.8.1
diff --git a/build.gradle.kts b/build.gradle.kts
index 07576de..4a04b4e 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
-version = "1.8.0"
+version = "1.8.1"
description = "基于 Redis 的 Minecraft 服务端通用消息中间件"
subprojects {