Skip to content

Commit

Permalink
Bump version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnymunkey committed May 15, 2024
1 parent 88fb48e commit 3d353ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_id=fermiumbooter
mod_name=FermiumBooter
mod_version=1.0.1
mod_version=1.1.0
mod_author=["fonnymunkey"]
mod_description=Simplistic mixin mod utility to apply toggle-able mixins to both early and late loaded classes

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fermiumbooter/FermiumBooter.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class FermiumBooter
{
public static final String MODID = "fermiumbooter";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.1.0";
public static final String NAME = "FermiumBooter";

@Instance(MODID)
Expand Down

0 comments on commit 3d353ce

Please sign in to comment.