From c12f45a0d8b8d835b3b678df5c6ff8ebac84786b Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Fri, 31 May 2024 11:19:11 -0700 Subject: [PATCH] release: Version 1.3.23 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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