Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigaherz committed Apr 2, 2016
1 parent 4ecea06 commit 20553e2
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 @@ -14,7 +14,7 @@ buildscript {

apply plugin: 'net.minecraftforge.gradle.forge'

version = "0.11.1"
version = "0.11.2"
group= "gigaherz.enderRift"
archivesBaseName = "EnderRift"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gigaherz/enderRift/EnderRiftMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Mod(name = EnderRiftMod.NAME,
modid = EnderRiftMod.MODID,
version = EnderRiftMod.VERSION,
dependencies = "after:Waila")
dependencies = "after:Waila,required-after:Forge@[12.16.0.1825,)")
public class EnderRiftMod
{
public static final String NAME = "Ender-Rift";
Expand Down

0 comments on commit 20553e2

Please sign in to comment.