build: 更新版本号
All checks were successful
Publish Project / build (push) Successful in 2m43s

This commit is contained in:
2025-07-10 20:47:03 +08:00
parent de10bd7feb
commit e937924317
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {
<dependency>
<groupId>cn.hamster3.mc.plugin</groupId>
<artifactId>ball-bukkit</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
<!--对于 BungeeCord 插件-->
<dependency>
<groupId>cn.hamster3.mc.plugin</groupId>
<artifactId>ball-bungee</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
</dependencies>
</project>

View File

@@ -11,7 +11,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "1.8.0"
version = "1.8.1"
description = "基于 Redis 的 Minecraft 服务端通用消息中间件"
subprojects {