Skip to content

Commit 68b7807

Browse files
committed
Bumped to 3.0.12
1 parent 69018ca commit 68b7807

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.3.2669
3-
mod.version=3.0.11
3+
mod.version=3.0.12
44
jei.version=4.9.0.163
55
waila.version=1.8.20-B35_1.12
66
rs.version=1.5.23-1419

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
public class CompactMachines3
3434
{
3535
public static final String MODID = "compactmachines3";
36-
public static final String VERSION = "3.0.11";
36+
public static final String VERSION = "3.0.12";
3737

3838
@Mod.Instance(CompactMachines3.MODID)
3939
public static CompactMachines3 instance;

0 commit comments

Comments
 (0)