diff --git a/gradle.properties b/gradle.properties index ebef77376..029086213 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ packaging=jar description=Mixin url=https://www.spongepowered.org organization=SpongePowered -buildVersion=0.8.1 +buildVersion=0.8.2 buildType=RELEASE -asmVersion=6.2 +asmVersion=7.2 legacyForgeAsmVersion=5.0.3 -modlauncherAsmVersion=6.2 +modlauncherAsmVersion=7.2 modlauncherVersion=7.0.0 \ No newline at end of file diff --git a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java index 22c5fbb09..d8be34b1d 100644 --- a/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java +++ b/src/main/java/org/spongepowered/asm/launch/MixinBootstrap.java @@ -61,7 +61,7 @@ public abstract class MixinBootstrap { /** * Subsystem version */ - public static final String VERSION = "0.8.1"; + public static final String VERSION = "0.8.2"; /** * Log all the things