Skip to content

Commit

Permalink
Update dependencies & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Oct 11, 2020
1 parent ea336cc commit eb6f408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ targetCompatibility = 1.8

group = "io.github.lxgaming"
archivesBaseName = "MixinBootstrap"
version = "1.0.4"
version = "1.0.5"

configurations {
provided {
Expand Down Expand Up @@ -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
}
}
Expand Down

0 comments on commit eb6f408

Please sign in to comment.