From e6282458b4258d09fb8d2f25933f3af0b2ed32f3 Mon Sep 17 00:00:00 2001 From: srnyx <25808801+srnyx@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:49:01 -0500 Subject: [PATCH] Bump version (4.3.1) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e8c8f2e..a740bb0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ subprojects { apply(plugin = "xyz.srnyx.gradle-galaxy") apply(plugin = "com.github.johnrengelman.shadow") - setupMC("xyz.srnyx", "4.3.0") + setupMC("xyz.srnyx", "4.3.1") spigotAPI("1.8.8") repository(Repository.PLACEHOLDER_API) dependencies.compileOnly("me.clip", "placeholderapi", "2.11.3")