Skip to content

Commit

Permalink
Release 0.7.1.1 - hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jan 17, 2016
1 parent 7f6b007 commit 43544d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "0.7.1"
version = "0.7.1.1"
group= "blusunrize"
archivesBaseName = "ImmersiveEngineering"

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#####Version 0.7.1.1
#####Version 0.7.1.1 - BUILT
- hotfix!
- fixed crashes caused by lack of Computer Craft
- updated ingame changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class ImmersiveEngineering
public static final String MODID = "ImmersiveEngineering";
public static final String MODNAME = "Immersive Engineering";
public static final String VERSION = "${version}";
public static final double VERSION_D = .7;
public static final double VERSION_D = .71;

@Mod.Instance(MODID)
public static ImmersiveEngineering instance = new ImmersiveEngineering();
Expand Down

0 comments on commit 43544d0

Please sign in to comment.