Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Oct 5, 2017
1 parent 57b897b commit 169e967
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.


version = "1.2.0"
version = "1.2.1"
group= "josephcsible.expandedbonemeal" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "expandedbonemeal"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class ExpandedBonemeal
{
// XXX duplication with mcmod.info and build.gradle
public static final String MODID = "expandedbonemeal";
public static final String VERSION = "1.2.0";
public static final String VERSION = "1.2.1";

public static Configuration config;
protected static int cactus, sugarcane;
Expand Down

0 comments on commit 169e967

Please sign in to comment.