From 582c3a3999c104b2160199ca86afe0fa4808d96a Mon Sep 17 00:00:00 2001 From: Fabricio20 Date: Sun, 26 Jan 2020 14:39:41 -0300 Subject: [PATCH] Release 6.11 Improved older minecraft compatibility. This update makes KeepHealth, KeepFood and JumpPads work on older minecraft versions, as well as fixing several bugs related to running on versions prior to 1.9 (Double Hand Update). This update also contains a rewrite on the logging system, which now hooks into Bukkit's Logger, instead of Log4J, this should minimize the compatibility issues with other plugins and configurations. Signed-off-by: Fabricio20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1e6005a8..0e106c5e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ allprojects { group 'net.notfab.hubbasics' - version = '6.10.3' + version = '6.11' wrapper { gradleVersion = '6.0.1' }