From 594be092d2c992df84653b50b65912ac7ed5cabe Mon Sep 17 00:00:00 2001 From: William Date: Sun, 16 Jun 2024 23:54:45 +0100 Subject: [PATCH] build: bump to 1.0.4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7ff144c..6b80447 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.3 +library_version=1.0.4 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