Update HOW_TO_USE_API.md

This commit is contained in:
JEFF 2020-06-24 01:35:16 +02:00 committed by GitHub
parent f003a5567c
commit d516cfb411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin
<groupId>de.jeff_media</groupId>
<artifactId>ChestSort</artifactId>
<version>8.10.5</version> <!-- Check www.chestsort.de for latest version -->
<scope>provided</scope>
<scope>provided</scope>
</dependency>
</dependencies>
```