From 338ba7f86c86cf03835843aef70d7a50cae0f21a Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:22:55 -0800 Subject: [PATCH] release: Version 1.2.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 95e6a75..d1a7444 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { id("me.modmuss50.mod-publish-plugin") version "0.8.4" } -version = "1.2.2-SNAPSHOT" +version = "1.2.2" group = "xyz.jpenilla" description = "Server-side Fabric mod enhancing the console with tab completions, colored log output, command syntax highlighting, command history, and more."