Skip to content

Commit 0301291

Browse files
committed
Version bump: 0.9.4
1 parent 171ad8d commit 0301291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
minecraft.version=1.7.10
22
forge.version=10.13.4.1448-1.7.10
33

4-
mod.version=0.9.3
4+
mod.version=0.9.4

src/main/java/modtweaker2/ModProps.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ public class ModProps {
44

55
public static final String NAME = "Mod Tweaker 2", name = NAME;
66
public static final String MODID = "modtweaker2", modid = MODID;
7-
public static final String VERSION = "0.9.3", version = VERSION;
7+
public static final String VERSION = "0.9.4", version = VERSION;
88
public static final String DEPENDENCIES = "required-after:MineTweaker3", dependencies = DEPENDENCIES;
99
}

0 commit comments

Comments
 (0)