We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb80ab commit 06197cfCopy full SHA for 06197cf
gradle.properties
@@ -1,6 +1,6 @@
1
mod_id=fermiumbooter
2
mod_name=FermiumBooter
3
-mod_version=1.0.0
+mod_version=1.0.1
4
mod_author=["fonnymunkey"]
5
mod_description=Simplistic mixin mod utility to apply toggle-able mixins to both early and late loaded classes
6
src/main/java/fermiumbooter/FermiumBooter.java
@@ -7,7 +7,7 @@
7
public class FermiumBooter
8
{
9
public static final String MODID = "fermiumbooter";
10
- public static final String VERSION = "1.0.0";
+ public static final String VERSION = "1.0.1";
11
public static final String NAME = "FermiumBooter";
12
13
@Instance(MODID)
0 commit comments