Skip to content

Commit

Permalink
Immersive Railroading 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Mar 31, 2018
1 parent 1e820b7 commit f66ffb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G

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

private static Logger logger;
Expand Down

0 comments on commit f66ffb6

Please sign in to comment.