Skip to content

Commit

Permalink
bump ver and loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jul 4, 2024
1 parent 4f4ce03 commit 1a754eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1a754eb

Please sign in to comment.