diff --git a/build.gradle.kts b/build.gradle.kts index 94ca014..f61f184 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.129.0") + implementation("com.willfp:libreforge:3.129.1") implementation("org.joml:joml:1.10.4") } diff --git a/gradle.properties b/gradle.properties index 40e8f47..f467b26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Thu Feb 09 14:12:44 GMT 2023 -version=8.115.0 +#Sun Feb 12 16:55:42 GMT 2023 +version=8.115.1 plugin-name=EcoBosses