[CI-SKIP] Update README.md (for 1.16.2) (#4202)

- Change the section "Plugin Developers" with 1.16.2
- Update Badges for 1.16
This commit is contained in:
Pedro Arenas 2020-08-25 09:49:38 -04:00 committed by GitHub
parent 853f4168f4
commit 586073c37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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. High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
@ -36,7 +36,7 @@ How To (Plugin Developers)
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId> <artifactId>paper-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version> <version>1.16.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```
@ -54,7 +54,7 @@ repositories {
* Artifact: * Artifact:
```groovy ```groovy
dependencies { 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'
} }
``` ```