diff --git a/build.gradle.kts b/build.gradle.kts index e568508..9244671 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ allprojects { compileOnly("org.jetbrains:annotations:23.0.0") compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10") - implementation("com.willfp:libreforge:3.120.0") + implementation("com.willfp:libreforge:3.120.1") implementation("org.joml:joml:1.10.4") } diff --git a/gradle.properties b/gradle.properties index 5e3d8e3..3df4c27 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Thu Nov 17 08:39:07 GMT 2022 -version=8.106.0 +#Mon Nov 21 16:03:34 GMT 2022 +version=8.106.1 plugin-name=EcoBosses