Skip to content

Commit

Permalink
Updated: Plugin Version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Apr 27, 2024
1 parent 8cb0293 commit 2a79d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a79d7e

Please sign in to comment.