diff --git a/build.gradle.kts b/build.gradle.kts index 1e991c2..eb0b2d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { // If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier. if (platform.isLegacyForge) { compileOnly("org.spongepowered:mixin:0.7.11-SNAPSHOT") - shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta+") + shade("cc.polyfrost:oneconfig-wrapper-launchwrapper:1.0.0-beta17") } } diff --git a/gradle.properties b/gradle.properties index 3a93d44..ff353e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name = GlintColorizer mod_id = glintcolorizer -mod_version = 2.0.0 +mod_version = 2.0.1 mod_archives_name = GlintColorizer # Gradle Configuration -- DO NOT TOUCH THESE VALUES.