aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Ennis <[email protected]>2020-11-02 21:22:15 -0500
committerGitHub <[email protected]>2020-11-02 20:22:15 -0600
commite792da723af35098461a4721f59fe6a6276d2aa1 (patch)
tree508fcf48f42da4fa0cfb2884f3f8d105b283412c /README.md
parent4bcebab1675d88d144d2896734f4a940345f76c2 (diff)
downloadPaper-e792da723af35098461a4721f59fe6a6276d2aa1.tar.gz
Paper-e792da723af35098461a4721f59fe6a6276d2aa1.zip
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#4728)
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: 30885166 Update to Minecraft 1.16.4 CraftBukkit Changes: 3af81c71 Update to Minecraft 1.16.4 Spigot Changes: f011ca24 Update to Minecraft 1.16.4 Co-authored-by: Mariell Hoversholm <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8559d696d..88ed27b010 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ How To (Plugin Developers)
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
- <version>1.16.3-R0.1-SNAPSHOT</version>
+ <version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```