diff options
author | Shane Freeder <[email protected]> | 2021-01-16 02:18:08 +0000 |
---|---|---|
committer | Shane Freeder <[email protected]> | 2021-01-16 02:18:38 +0000 |
commit | d3dc24999e0a1e8f3e8d9d59a36f32261a52a498 (patch) | |
tree | 4774785031810d2cc3eeb7bdfe876abca2f868f2 /Paper-MojangAPI | |
parent | 7438bbee4608881feb9a509f4b1e7d5f05232f25 (diff) | |
download | Paper-d3dc24999e0a1e8f3e8d9d59a36f32261a52a498.tar.gz Paper-d3dc24999e0a1e8f3e8d9d59a36f32261a52a498.zip |
Updated Upstream (Bukkit/CraftBukkit/Spigot)
Upstream has released updates that appear 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:
85b16b8a Update to Minecraft 1.16.5
CraftBukkit Changes:
f3f30947 Update to Minecraft 1.16.5
Spigot Changes:
018b9a0d Update to Minecraft 1.16.5
Diffstat (limited to 'Paper-MojangAPI')
-rw-r--r-- | Paper-MojangAPI/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Paper-MojangAPI/pom.xml b/Paper-MojangAPI/pom.xml index 7075a42db1..7712a8723c 100644 --- a/Paper-MojangAPI/pom.xml +++ b/Paper-MojangAPI/pom.xml @@ -10,7 +10,7 @@ <groupId>com.destroystokyo.paper</groupId> <artifactId>paper-mojangapi</artifactId> - <version>1.16.4-R0.1-SNAPSHOT</version> + <version>1.16.5-R0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Paper-MojangAPI</name> |