From 24ce67340e51ad4c108e0202e77dda68405d37c7 Mon Sep 17 00:00:00 2001 From: Fulminazzo Date: Sat, 23 Mar 2024 00:14:19 +0100 Subject: [PATCH] Added [gui:serializer](gui/serializer) module. Added commands and permissions for **GUIContent**s and **GUI**s. Fixed various problems with gradle dependencies system. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bb15b450..a5dc3d58 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'it.angrybear' -version = '3.0' +version = '4.0' allprojects { apply plugin: 'java-library'