From 43a5a9649050095ad2dd0a807d20717ad8afafca Mon Sep 17 00:00:00 2001 From: Will Warren Date: Mon, 29 May 2023 12:48:39 -0400 Subject: [PATCH] Incrementing plugin.yml version --- pom.xml | 4 ++-- src/main/resources/plugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a16ae337..6fb56b35 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ io.servertap ServerTap - 0.5.3-SNAPSHOT + 0.5.3 scm:git:ssh://git@github.com/phybros/servertap.git - HEAD + v0.5.3 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8f0a945b..84f79128 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: ServerTap main: io.servertap.PluginEntrypoint -version: 0.5.3-SNAPSHOT +version: 0.5.3 description: ServerTap is a REST API for Bukkit/Spigot/PaperMC Minecraft servers. authors: [phybros, ATechAdventurer, c1oneman, Earlh21, Scarsz, au5ton, Aberdeener, Hedlund01, matteoturini, Diddyy] load: STARTUP