diff --git a/build.gradle.kts b/build.gradle.kts index 3fe043e..f63ef71 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.124.0") + implementation("com.willfp:libreforge:3.124.1") implementation("org.joml:joml:1.10.4") } diff --git a/gradle.properties b/gradle.properties index b747cc1..e600125 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Sun Nov 27 21:45:04 GMT 2022 -version=8.110.0 +#Wed Nov 30 17:38:55 GMT 2022 +version=8.110.1 plugin-name=EcoBosses