diff --git a/build.gradle.kts b/build.gradle.kts index 5e27baa..8dcb212 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.115.0") + implementation("com.willfp:libreforge:3.115.1") implementation("org.joml:joml:1.10.4") } diff --git a/gradle.properties b/gradle.properties index f95ba41..1f6e8b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater -#Mon Oct 24 17:05:27 BST 2022 -version=8.101.0 +#Wed Oct 26 22:12:03 BST 2022 +version=8.101.1 plugin-name=EcoBosses