Update README.md

This commit is contained in:
NichtStudioCode 2023-04-26 10:51:51 +02:00 committed by GitHub
parent 70483b6029
commit fee76b5689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@
# InvUI # InvUI
An Inventory API for Minecraft Spigot servers. An Inventory API for Minecraft Spigot servers.
Supports all versions from 1.14 to 1.19. Supports all versions from 1.14.0 to 1.19.4.
[Documentation](https://xenondevs.xyz/docs/invui/) [Documentation](https://xenondevs.xyz/docs/invui/)
@ -38,6 +38,7 @@ Supports all versions from 1.14 to 1.19.
<groupId>xyz.xenondevs.invui</groupId> <groupId>xyz.xenondevs.invui</groupId>
<artifactId>invui</artifactId> <artifactId>invui</artifactId>
<version>VERSION</version> <version>VERSION</version>
<type>pom</type>
</dependency> </dependency>
``` ```