Skip to content

Commit 1fdb0db

Browse files
committed
Bumped to 3.0.14
1 parent 67649b9 commit 1fdb0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
minecraft.version=1.12.2
22
forge.version=14.23.5.2768
3-
mod.version=3.0.13
3+
mod.version=3.0.14
44
jei.version=4.14.1.235
55
waila.version=1.8.20-B35_1.12
66
rs.version=1.6.13-362

src/main/java/org/dave/compactmachines3/CompactMachines3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
public class CompactMachines3
3737
{
3838
public static final String MODID = "compactmachines3";
39-
public static final String VERSION = "3.0.13";
39+
public static final String VERSION = "3.0.14";
4040

4141
@Mod.Instance(CompactMachines3.MODID)
4242
public static CompactMachines3 instance;

0 commit comments

Comments
 (0)