Skip to content

Commit 018a6a2

Browse files
committed
Bumped to 3.0.13
1 parent 450df53 commit 018a6a2

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.12
3+
mod.version=3.0.13
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
@@ -35,7 +35,7 @@
3535
public class CompactMachines3
3636
{
3737
public static final String MODID = "compactmachines3";
38-
public static final String VERSION = "3.0.12";
38+
public static final String VERSION = "3.0.13";
3939

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

0 commit comments

Comments
 (0)