Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Jul 18, 2018
1 parent 45b41f7 commit 0d97189
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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=2
version_patch=1
version_minor=3
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.2.1";
public static final String VERSION = "1.3.0";
public static final int ENTITY_SYNC_DISTANCE = 512;

private static Logger logger;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"modid": "immersiverailroading",
"name": "Immersive Railroading",
"description": "Adds Railroading to Minecraft in the style of Immersive Engineering",
"description": "Adds Railroading to Minecraft",
"version": "",
"mcversion": "${mcversion}",
"url": "",
Expand Down

0 comments on commit 0d97189

Please sign in to comment.