From 2fb64eee53bca38e58cea594a10b1f756d5759b0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 12 May 2022 17:22:26 +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 45cf7bb..c51d1f6 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,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 d9dfb0f..ab97c89 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -16,6 +16,7 @@ softdepend: - PlayerPoints - Jobs - EcoArmor + - TMMobcoins commands: reforges: diff --git a/gradle.properties b/gradle.properties index 6d53ee7..215bc0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.69.0 +version = 4.70.0 plugin-name = Reforges \ No newline at end of file