Update HOW_TO_USE_API.md

This commit is contained in:
mfnalex 2021-06-20 17:16:33 +02:00 committed by GitHub
parent 69c58f0078
commit 409c61eba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ You can use maven to add ChestSort as a dependency to your Spigot-/Bukkit-Plugin
<dependency>
<groupId>de.jeff_media</groupId>
<artifactId>ChestSortAPI</artifactId>
<version>3.0.0</version> <!-- The API version is independent of the ChestSort version -->
<version>4.0.1</version> <!-- The API version is independent of the ChestSort version -->
<scope>compile</scope>
</dependency>
</dependencies>