Skip to content

Commit

Permalink
version step
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Howard committed Dec 7, 2016
1 parent 1ab0b36 commit 89a4b27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.11-6"
version = "1.11-7"
group= "net.torocraft.torohealth"
archivesBaseName = "torohealth"

Expand All @@ -36,4 +36,4 @@ processResources {
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
}
}
2 changes: 1 addition & 1 deletion java/net/torocraft/torohealthmod/ToroHealthMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class ToroHealthMod {

public static final String MODID = "torohealthmod";
public static final String VERSION = "1.11-6";
public static final String VERSION = "1.11-7";
public static final String MODNAME = "ToroHealthMod";

@SidedProxy(clientSide = "net.torocraft.torohealthmod.ClientProxy", serverSide = "net.torocraft.torohealthmod.ServerProxy")
Expand Down

0 comments on commit 89a4b27

Please sign in to comment.