Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Duchoň committed Jun 30, 2017
1 parent 2bed396 commit 282a9a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.


version = "1.12-1.2.0"
version = "1.12-1.2.1"
group = "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "TreeChopper"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/treechopper/core/TreeChopper.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class TreeChopper {

public static final String MOD_ID = "treechopper";
public static final String MOD_NAME = "Tree Chopper";
public static final String MOD_VERSION = "1.2.0";
public static final String MOD_VERSION = "1.2.1";
public static final String GUI_FACTORY = "treechopper.client.gui.GuiTCHFactory";
public static final String MOD_DEPENDENCIES = "required-after:forge@[14.21.0.2333,)";
public static SimpleNetworkWrapper m_Network;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modid": "treechopper",
"name": "Tree Chopper",
"description": "Simple mod for chop down whole tree and much more.. \n\nRecommended forge version: 1.12 - 14.21.1.2387",
"version": "1.2.0",
"version": "1.2.1",
"mcversion": "${version}",
"logoFile": "textures/logo.jpg",
"url": "http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2731148-tree-chopper-cut-down-the-whole-tree",
Expand Down

0 comments on commit 282a9a5

Please sign in to comment.