From 73f4811b9c2ce0bbe285795b5a3f5bd0f341ae35 Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 13 Jul 2024 12:52:02 +0200 Subject: [PATCH] Version from 2.2.4-SNAPSHOT -> 2.2.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a1cfc51..fd7db63 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.4-SNAPSHOT" +version = "2.2.4" dependencies { implementation(project(":common"))