From 586073c37ad86ffd69e020fbb276a47eee168b95 Mon Sep 17 00:00:00 2001 From: Pedro Arenas Date: Tue, 25 Aug 2020 09:49:38 -0400 Subject: [PATCH] [CI-SKIP] Update README.md (for 1.16.2) (#4202) - Change the section "Plugin Developers" with 1.16.2 - Update Badges for 1.16 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbc4befe6..e3bdbcaf1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Paper [![Build Status](https://papermc.io/ci/job/Paper-1.15/badge/icon)](https://papermc.io/ci/job/Paper-1.15/) +Paper [![Build Status](https://papermc.io/ci/job/Paper-1.16/badge/icon)](https://papermc.io/ci/job/Paper-1.16/) =========== High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. @@ -36,7 +36,7 @@ How To (Plugin Developers) com.destroystokyo.paper paper-api - 1.16.1-R0.1-SNAPSHOT + 1.16.2-R0.1-SNAPSHOT provided ``` @@ -54,7 +54,7 @@ repositories { * Artifact: ```groovy dependencies { - compileOnly 'com.destroystokyo.paper:paper-api:1.16.1-R0.1-SNAPSHOT' + compileOnly 'com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT' } ```