From b2381c33feb9a62d693b66673a663a9bb13a73a4 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 2 Aug 2022 16:17:45 +0100 Subject: [PATCH] libreforge-updater --- build.gradle | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a74ffd0..ab93020 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.37.1' - implementation 'com.willfp:libreforge:3.80.0' + implementation 'com.willfp:libreforge:3.80.1' implementation 'org.joml:joml:1.10.4' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/gradle.properties b/gradle.properties index 0712df6..ccc7fa6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Mon Aug 01 11:19:55 BST 2022 -version=1.16.0 +#Tue Aug 02 16:17:45 BST 2022 +version=1.16.1 plugin-name=EcoPets