From b6f4571f37d62752eca2ebd3c92a933aa398204a Mon Sep 17 00:00:00 2001 From: Bram Date: Wed, 3 Jul 2024 20:07:23 +0200 Subject: [PATCH] Plugin Version -> 2.2.4-SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ceab00a..fcc9dd1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { group = "com.deathmotion.antihealthindicator" description = "A plugin that prevents hackers and modders from seeing the health of other players." -version = "2.2.3" +version = "2.2.4-SNAPSHOT" dependencies { implementation(project(":common"))