diff --git a/build.gradle.kts b/build.gradle.kts index d19e665..ffa5776 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-SNAPSHOT" + version = "2.0.0" 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 ac67dee..c6510e0 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: '1.1.3' +version: '2.0.0' api-version: '1.13' folia-supported: true load: POSTWORLD