diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-22 06:50:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 06:50:31 -0500 |
| commit | 58ff94539f7e9fc092c2755bb9aba884abe7f5ee (patch) | |
| tree | 605fdf64c6e8400a8869747637ffd4199945a73f /src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | |
| parent | 2aef9a1a59ae9588b5d9731e1d8162c486461d7f (diff) | |
| download | notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.tar.gz notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.tar.bz2 notenoughupdates-58ff94539f7e9fc092c2755bb9aba884abe7f5ee.zip | |
fix /locraw bug, bumped version (#37)
closes #35
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java index c1e1cd0d..881e3d3c 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NotEnoughUpdates.java @@ -44,10 +44,10 @@ import java.util.Set; @Mod(modid = NotEnoughUpdates.MODID, version = NotEnoughUpdates.VERSION, clientSideOnly = true) public class NotEnoughUpdates { public static final String MODID = "notenoughupdates"; - public static final String VERSION = "2.0.0-REL"; - public static final String PRE_VERSION = "30.2"; - public static final int VERSION_ID = 20000; - public static final int PRE_VERSION_ID = 3002; + public static final String VERSION = "2.1.0-REL"; + public static final String PRE_VERSION = "0.0"; + public static final int VERSION_ID = 20100; + public static final int PRE_VERSION_ID = 0; public static NotEnoughUpdates INSTANCE = null; |
