From 353eceac611cc42ce7d51239a0ea2c08c22b6c89 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 17 Jun 2024 15:08:03 +0100 Subject: [PATCH] build: bump to 1.0.8 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 08a5441..0b3b9fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ javaVersion=17 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.daemon=true -library_version=1.0.7 +library_version=1.0.8 library_archive=uniform library_description=Cross-platform wrapper for making Brigadier commands, based on BrigadierWrapper by Tofaa2, itself inspired by emortalmcs command system. \ No newline at end of file