From 6d2abfa44b1f7d2ca9d43518a192d8256b992553 Mon Sep 17 00:00:00 2001
From: MiniDay <372403923@qq.com>
Date: Tue, 26 Mar 2024 22:25:26 +0800
Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=94=B9=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 55ece4c..eb2c4e0 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,9 @@ repositories {
dependencies {
// 对于 Bukkit 插件
- compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.3-SNAPSHOT")
+ compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.3")
// 对于 BungeeCord 插件
- compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.3-SNAPSHOT")
+ compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.3")
}
```
@@ -77,13 +77,13 @@ dependencies {
cn.hamster3.mc.plugin
ball-bukkit
- 1.6.3-SNAPSHOT
+ 1.6.3
cn.hamster3.mc.plugin
ball-bungee
- 1.6.3-SNAPSHOT
+ 1.6.3
diff --git a/build.gradle.kts b/build.gradle.kts
index b377d0b..5a5dd75 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
-version = "1.6.3-SNAPSHOT"
+version = "1.6.3"
description = "基于 Redis 的 Minecraft 服务端通用消息中间件"
subprojects {