Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Apr 20, 2024
1 parent 383d603 commit 29888c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mappings_version=39-1.12
mod_id=fugue
mod_name=Fugue
mod_main_class=Fugue
mod_version=0.14.1-beta
mod_version=0.14.2-beta
mod_base_package=com.cleanroommc.fugue
mod_authors=kappa_maintainer
mod_description=A mod that patch dead mods for Cleanroom
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public void edit(MethodCall m) throws CannotCompileException {
{
$_ = com.cleanroommc.fugue.helper.HookHelper#toURI($0);
}
""");
"""
);
}
}
};
Expand Down

0 comments on commit 29888c4

Please sign in to comment.