From 47277d0dd827bf62983d879cfa920a5d26e997f6 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 12 May 2022 17:24:02 +0100 Subject: [PATCH] Updated libreforge --- build.gradle | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 1 + gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8bcdbcf..4b4c59d 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.35.1' - implementation 'com.willfp:libreforge:3.42.0' + implementation 'com.willfp:libreforge:3.43.0' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index ed62707..b723a3d 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -15,6 +15,7 @@ softdepend: - mcMMO - Vault - EcoArmor + - TMMobcoins commands: ecobosses: diff --git a/gradle.properties b/gradle.properties index 0490899..cfd9148 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.27.0 +version = 8.28.0 plugin-name = EcoBosses \ No newline at end of file