From 90139918211784cfa2da37e78acf56a042cb02cf Mon Sep 17 00:00:00 2001 From: William Date: Sun, 30 Jun 2024 16:46:19 +0100 Subject: [PATCH] build: bump to 1.1.11 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index af1cfa9..3d81d4b 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.1.9 +library_version=1.1.11 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