From 6c5ed0b2d1ccae80000b74a29007d2e9cea3f177 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Sun, 25 Aug 2024 13:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=BF=81=E7=A7=BB=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd97a4c..81632fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### [开源地址](https://github.com/ColdeZhang/Dominion) | [文档地址](https://ssl.lunadeer.cn:14448/doc/23/) -### [下载页面](https://ssl.lunadeer.cn:14446/zhangyuheng/Dominion/releases) +### [下载页面](https://ssl.lunadeer.cn:14446/mirror/Dominion/releases) ### [统计页面](https://bstats.org/plugin/bukkit/Dominion/21445) | [Hangar](https://hangar.papermc.io/zhangyuheng/Dominion) diff --git a/build.gradle.kts b/build.gradle.kts index 3cda1da..5f21516 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "cn.lunadeer" -version = "2.3.0-beta" +version = "2.3.1-beta" java { toolchain.languageVersion.set(JavaLanguageVersion.of(21))