From 28728eadf82fcf0f5bca0e02c45c35217d4f19f4 Mon Sep 17 00:00:00 2001 From: Netherwhal <102181242+Netherwhal@users.noreply.github.com> Date: Sat, 25 Jun 2022 14:32:53 +0200 Subject: [PATCH] prep 0.3.0 (#13) --- build.gradle | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4116e4d..7649002 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'net.simplyvanilla' -version '0.2.2' +version '0.3.0' java { toolchain.languageVersion.set(JavaLanguageVersion.of(17)) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 266713c..9f14a04 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,7 +2,7 @@ main: net.simplyvanilla.nopluginscommand.NoPluginsCommand name: NoPluginsCommand description: Obfuscate commands for Anarchy servers. version: @version@ -api-version: 1.18 +api-version: 1.19 author: Simply Vanilla website: https://github.com/SimplyVanilla/NoPluginsCommand