From a835e756747ed8b1e8a115fe6103d76305f115ed Mon Sep 17 00:00:00 2001 From: Will Warren Date: Wed, 15 Dec 2021 19:30:54 -0500 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 62f6ecfb..1dd36800 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ io.servertap ServerTap - 0.1.4-SNAPSHOT + 0.2.0 scm:git:ssh://git@github.com/phybros/servertap.git - HEAD + v0.2.0 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 32365131..e3a2d30e 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.1.4-SNAPSHOT +version: 0.2.0 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