Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Nov 10, 2018
1 parent 0c12280 commit 1f30974
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=1
version_minor=4
version_patch=0
version_patch=1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class ImmersiveRailroading
{
public static final String MODID = "immersiverailroading";
public static final String VERSION = "1.4.0";
public static final String VERSION = "1.4.1";
public static final int ENTITY_SYNC_DISTANCE = 512;

private static Logger logger;
Expand Down

0 comments on commit 1f30974

Please sign in to comment.