Skip to content

Commit

Permalink
Updated: BStats Version
Browse files Browse the repository at this point in the history
Bumped: Plugin Version
  • Loading branch information
Bram1903 committed Feb 21, 2024
1 parent 9765998 commit ee44040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.deathmotion.antihealthindicator'
version '1.1.1'
version '1.1.2'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -25,7 +25,7 @@ dependencies {
implementation 'com.github.retrooper.packetevents:spigot:2.2.1'
implementation "net.kyori:adventure-platform-bukkit:4.3.2"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.bstats:bstats-bukkit:3.0.0'
implementation 'org.bstats:bstats-bukkit:3.0.2'
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion 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.AntiHealthIndicator
version: '1.1.1'
version: '1.1.2'
api-version: '1.13'
folia-supported: true
load: POSTWORLD
Expand Down

0 comments on commit ee44040

Please sign in to comment.