Skip to content

Commit 06197cf

Browse files
committed
Bump version 1.0.1
1 parent 2bb80ab commit 06197cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod_id=fermiumbooter
22
mod_name=FermiumBooter
3-
mod_version=1.0.0
3+
mod_version=1.0.1
44
mod_author=["fonnymunkey"]
55
mod_description=Simplistic mixin mod utility to apply toggle-able mixins to both early and late loaded classes
66

src/main/java/fermiumbooter/FermiumBooter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class FermiumBooter
88
{
99
public static final String MODID = "fermiumbooter";
10-
public static final String VERSION = "1.0.0";
10+
public static final String VERSION = "1.0.1";
1111
public static final String NAME = "FermiumBooter";
1212

1313
@Instance(MODID)

0 commit comments

Comments
 (0)