Skip to content

Commit

Permalink
bump ver and wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Jun 27, 2024
1 parent ff4614b commit d15996a
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 @@ -108,7 +108,7 @@ dependencies {
// If we are building for legacy forge, includes the launch wrapper with `shade` as we configured earlier, as well as mixin 0.7.11
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
Expand Up @@ -4,7 +4,7 @@ org.gradle.parallel=true

# Define project properties.
mod_name=REDACTION
mod_version=1.3.8
mod_version=1.3.9
mod_id=redaction
mod_archives_name=REDACTION

Expand Down

0 comments on commit d15996a

Please sign in to comment.