We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c74ef commit 2ca8de8Copy full SHA for 2ca8de8
src/main/java/tk/roccodev/beezig/forge/BeezigForgeMod.java
@@ -38,7 +38,7 @@ public class BeezigForgeMod {
38
39
public static final String MODID = "BeezigForge";
40
public static final String NAME = "Beezig Forge Expansion";
41
- public static final String VERSION = "5.0.0";
+ public static final String VERSION = "5.0.1";
42
43
44
private boolean handlerLoaded;
src/main/resources/mcmod.info
@@ -3,7 +3,7 @@
3
"modid": "BeezigForge",
4
"name": "Beezig Forge Expansion",
5
"description": "Expands the Beezig 5zig plugin to use some Forge features.",
6
- "version": "5.0.0",
+ "version": "5.0.1",
7
"mcversion": "1.8.9",
8
"url": "",
9
"updateUrl": "",
0 commit comments