From a42bc9927335b4ef746b9c4855575cb44ead5b07 Mon Sep 17 00:00:00 2001 From: Esoteric Enderman Date: Wed, 23 Oct 2024 18:19:22 +0100 Subject: [PATCH] Use correct version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0e54f12..7b17f8c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ val topLevelDomain = "foundation" val projectAuthors = listOfNotNull(mainProjectAuthor, "rolyPolyVole", "Esoteric Enderman") group = topLevelDomain + groupStringSeparator + "esoteric" -version = "1.0.0-SNAPSHOT" +version = "1.0.0" description = "A Minecraft plugin that adds the Bedrock Edition pose customisation to armor stands as well as allowing base-plate manipulation. Made for the SLIME SMP!" val javaVersion = 21