Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Jan 6, 2019
1 parent eec8381 commit 0516b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
org.gradle.jvmargs=-Xmx3G

version_major=1
version_minor=4
version_patch=1
version_minor=5
version_patch=0
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.1";
public static final String VERSION = "1.5.0";
public static final int ENTITY_SYNC_DISTANCE = 512;

private static Logger logger;
Expand Down

0 comments on commit 0516b44

Please sign in to comment.