diff --git a/README.md b/README.md index 34741d1..260d069 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## This is an unofficial method of loading Mixin and as such do not expect any support. -## Mixin is available in Forge 1.16.1-32.0.72+ (MixinBootstrap is no longer required). +## Mixin is available in Forge 1.15.2-31.2.44+ & 1.16.1-32.0.72+ (MixinBootstrap is no longer required). **MixinBootstrap** is a **temporary** way of booting [Mixin](https://github.com/SpongePowered/Mixin) in a [MinecraftForge](https://github.com/MinecraftForge/MinecraftForge) production environment. diff --git a/build.gradle b/build.gradle index f48d822..06316bd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ targetCompatibility = 1.8 group = "io.github.lxgaming" archivesBaseName = "MixinBootstrap" -version = "1.0.4" +version = "1.0.5" configurations { provided { @@ -48,7 +48,7 @@ dependencies { compile("org.ow2.asm:asm-util:6.2") { transitive = false } - compile("org.spongepowered:mixin:0.8.1") { + compile("org.spongepowered:mixin:0.8.2") { transitive = false } }