Skip to content

Commit

Permalink
Version increment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorinair committed Feb 26, 2018
1 parent f71c2a1 commit 3e2538e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/java/com/celestek/hexcraft/HexCraft.java
Expand Up @@ -23,7 +23,7 @@ public class HexCraft {
// Set default mod info.
public static final String MODID = "hexcraft";
public static final String MODNAME = "HEXCraft";
public static final String VERSION = "0.8.5";
public static final String VERSION = "0.9.0";

// Set up the instance.
@Mod.Instance(value = HexCraft.MODID)
Expand Down
2 changes: 1 addition & 1 deletion main/resources/mcmod.info
Expand Up @@ -3,7 +3,7 @@
"modid": "hexcraft",
"name": "HEXCraft",
"description": "Technology and decoration mod inspired by XyCraft.",
"version": "0.8.5",
"version": "0.9.0",
"mcversion": "1.7.10",
"url": "http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2433456",
"updateUrl": "https://github.com/CelesTek-Team/HexCraft/releases",
Expand Down

0 comments on commit 3e2538e

Please sign in to comment.