Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Use correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 23, 2024
1 parent fe2e0bd commit a42bc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a42bc99

Please sign in to comment.