From 82e10a5b50cae608ce4d5dcb9ad1d21e46f38786 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 2 May 2024 09:33:03 +0200 Subject: [PATCH] Updated: Plugin Version --- build.gradle.kts | 2 +- spigot/src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index eefa4c5..460b228 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ allprojects { apply(plugin = "xyz.jpenilla.run-paper") group = "com.deathmotion.antihealthindicator" - version = "2.0.0" + version = "2.0.1" java.sourceCompatibility = JavaVersion.VERSION_1_8 java.targetCompatibility = JavaVersion.VERSION_1_8 diff --git a/spigot/src/main/resources/plugin.yml b/spigot/src/main/resources/plugin.yml index c6510e0..2b17b60 100644 --- a/spigot/src/main/resources/plugin.yml +++ b/spigot/src/main/resources/plugin.yml @@ -3,7 +3,7 @@ author: Bram description: Spoofs certain information sent by the server to other players to prevent them from deducing information about the player's health, armor, held item, etc. website: https://github.com/Bram1903/AntiHealthIndicator main: com.deathmotion.antihealthindicator.AHIPlugin -version: '2.0.0' +version: '2.0.1' api-version: '1.13' folia-supported: true load: POSTWORLD