Skip to content

Commit

Permalink
step to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
frodare committed Oct 5, 2018
1 parent 0b09baa commit 4a20803
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 @@ -9,7 +9,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.12.2-4"
version = "1.12.2-5"
group= "net.torocraft.torohud"
archivesBaseName = "torohud"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/torocraft/torohud/ToroHUD.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class ToroHUD {

public static final String MODID = "torohud";
public static final String VERSION = "1.12.2-4";
public static final String VERSION = "1.12.2-5";
public static final String MODNAME = "ToroHUD";

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

0 comments on commit 4a20803

Please sign in to comment.