Skip to content

Commit

Permalink
upgrade to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frodare committed Sep 24, 2017
1 parent d0e6929 commit c67b5e4
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.12.1-11"
version = "1.12.2-11"
group= "net.torocraft.torohealth"
archivesBaseName = "torohealth"

Expand All @@ -22,7 +22,7 @@ compileJava {
}

minecraft {
version = "1.12.1-14.22.0.2462"
version = "1.12.2-14.23.0.2491"
runDir = "run"
mappings = "snapshot_20170624"
}
Expand Down
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.12.1-11";
public static final String VERSION = "1.12.2-11";
public static final String MODNAME = "ToroHealthMod";

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

0 comments on commit c67b5e4

Please sign in to comment.