From e48ae48af2759c8b6b5906e6909ec169909865c9 Mon Sep 17 00:00:00 2001
From: violetc <58360096+s-yh-china@users.noreply.github.com>
Date: Thu, 16 Jun 2022 08:09:21 +0000
Subject: [PATCH] Update Readme
---
README.md | 6 +++---
README_cn.md | 8 +++-----
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 80d6f546..c64da5ed 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Leaves [
Leaves use the same paperclip jar system that Paper uses.
-You can download the latest build (1.18.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
+You can download the latest build (1.19.x) of Leaves by going [here](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml)
You can also [build it yourself](https://github.com/LeavesMC/Leaves#building).
@@ -25,7 +25,7 @@ Leaves-API maven dependency:
top.leavesmc.leaves
leaves-api
- 1.18.2-R0.1-SNAPSHOT
+ 1.19-R0.1-SNAPSHOT
provided
```
@@ -35,7 +35,7 @@ Leaves-Server maven dependency:
top.leavesmc.leaves
leaves
- 1.18.2-R0.1-SNAPSHOT
+ 1.19-R0.1-SNAPSHOT
provided
```
diff --git a/README_cn.md b/README_cn.md
index f329cb93..6850ec35 100644
--- a/README_cn.md
+++ b/README_cn.md
@@ -12,13 +12,11 @@ Leaves [ 下载最新的构建结果 (1.18.x)
+你可以从 [此处](https://github.com/LeavesMC/Leaves/actions/workflows/leaves.yml) 下载最新的构建结果 (1.19.x)
也可以通过 [此处](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建) 的指南自行构建
## 对于插件开发者
-> 此服务端并不会提供好用的api,为什么不去依赖Paper呢
-
如果你要将Leaves作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
Leaves-API:
@@ -26,7 +24,7 @@ Leaves-API:
top.leavesmc.leaves
leaves-api
- 1.18.2-R0.1-SNAPSHOT
+ 1.19-R0.1-SNAPSHOT
provided
```
@@ -36,7 +34,7 @@ Leaves-Server:
top.leavesmc.leaves
leaves
- 1.18.2-R0.1-SNAPSHOT
+ 1.19-R0.1-SNAPSHOT
provided
```