Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Sep 10, 2017
1 parent 9d129d5 commit 2c4520e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3G

version_major=0
version_minor=1
version_patch=2
version_patch=3
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class ImmersiveRailroading
{
public static final String MODID = "immersiverailroading";
public static final String VERSION = "0.1.2";
public static final String VERSION = "0.1.3";
public static final int ENTITY_SYNC_DISTANCE = 512;

@ObjectHolder(BlockRailGag.NAME)
Expand Down

0 comments on commit 2c4520e

Please sign in to comment.