Skip to content

Commit

Permalink
[CI-SKIP] Update README.md (for 1.16.2) (PaperMC#4202)
Browse files Browse the repository at this point in the history
- Change the section "Plugin Developers" with 1.16.2
- Update Badges for 1.16
  • Loading branch information
Doc94 authored Aug 25, 2020
1 parent 853f416 commit 586073c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -36,7 +36,7 @@ How To (Plugin Developers)
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.16.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -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'
}
```

Expand Down

0 comments on commit 586073c

Please sign in to comment.