Skip to content

Commit

Permalink
New release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Sep 10, 2017
1 parent 143838c commit 53360c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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=0
version_patch=1
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.0";
public static final String VERSION = "0.1.1";
public static final int ENTITY_SYNC_DISTANCE = 512;

@ObjectHolder(BlockRailGag.NAME)
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 @@ -7,7 +7,7 @@
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["cam72ca,"],
"authorList": ["cam72cam,StuffedCroc"],
"credits": "",
"logoFile": "",
"screenshots": [],
Expand Down

0 comments on commit 53360c8

Please sign in to comment.