Skip to content

Commit

Permalink
Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Jun 30, 2017
1 parent 5c48b31 commit 2a5163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.


version = "1.1.0"
version = "1.1.1"
group= "josephcsible.infinitefluids" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "infinitefluids"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class InfiniteFluids
{
// XXX duplication with mcmod.info and build.gradle
public static final String MODID = "infinitefluids";
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.1";

public static Configuration config;
protected static boolean invertInsideNether, invertOutsideNether;
Expand Down

0 comments on commit 2a5163b

Please sign in to comment.