diff options
author | Zach Brown <[email protected]> | 2019-06-08 16:06:07 -0500 |
---|---|---|
committer | Zach Brown <[email protected]> | 2019-06-08 16:06:07 -0500 |
commit | 4be36f8d94215b5eb6175eb4d07909d16391bc5d (patch) | |
tree | de3c4e01dd3afed9aa3fa6c89dc6ce4bc19f3da8 /README.md | |
parent | 7d6e745d13c433b2a0a310d238424491da9eb22e (diff) | |
download | Paper-4be36f8d94215b5eb6175eb4d07909d16391bc5d.tar.gz Paper-4be36f8d94215b5eb6175eb4d07909d16391bc5d.zip |
[CI-SKIP] Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ -Paper [![Build Status](https://papermc.io/ci/job/Paper/badge/icon)](https://papermc.io/ci/job/Paper/) +Paper [![Build Status](https://papermc.io/ci/job/Paper-1.14/badge/icon)](https://papermc.io/ci/job/Paper-1.14/) =========== High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. **Support and Project Discussion:** - - [IRC](http://irc.spi.gt/iris/?channels=paper) or [Discord](https://discord.gg/jETyjUw) + - [IRC](http://irc.spi.gt/iris/?channels=paper) or [Discord](https://discord.gg/papermc) How To (Server Admins) @@ -36,7 +36,7 @@ How To (Plugin Developers) <dependency> <groupId>com.destroystokyo.paper</groupId> <artifactId>paper-api</artifactId> - <version>1.13.2-R0.1-SNAPSHOT</version> + <version>1.14.2-R0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> ``` |