diff --git a/README.md b/README.md index dc621d24..6ba8341c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Minecraft server mod/plugin to show TPS, MSPT, and other information in the tab Current supported platforms: - [Paper](https://papermc.io)/Spigot API (Minecraft versions 1.8.8-1.20.6+) -- [Sponge](https://spongepowered.org) 8+ +- [Sponge](https://spongepowered.org) 11+ - Fabric (Minecraft 1.20.6, requires [Fabric API](https://modrinth.com/mod/fabric-api)) ## Features diff --git a/gradle.properties b/gradle.properties index 66178ce4..80568aa5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.3.23-SNAPSHOT +version=1.3.23 group=xyz.jpenilla description=Monitor your server's performance in real time