From b02b8eaa975578d4fb2e2397493a3054dc508d0b Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 12 Feb 2023 16:55:06 +0000 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 94a89ba..546ea89 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.50.0' - implementation 'com.willfp:libreforge:3.129.0' + implementation 'com.willfp:libreforge:3.129.1' implementation 'org.joml:joml:1.10.4' compileOnly 'me.clip:placeholderapi:2.11.2' compileOnly fileTree(dir: '../../lib', include: ['*.jar']) diff --git a/gradle.properties b/gradle.properties index 21841f4..fa26428 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Thu Feb 09 14:12:07 GMT 2023 -version=1.116.0 +#Sun Feb 12 16:55:06 GMT 2023 +version=1.116.1 plugin-name=EcoSkills