[CI-SKIP] Change 1.16 branch to show 1.16.1 API in readme (#3664)

This commit is contained in:
HexedHero 2020-06-28 18:49:42 +01:00 committed by GitHub
parent 943c923856
commit 358ea3f7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ How To (Plugin Developers)
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```