Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Aug 8, 2017
1 parent 0a1d14e commit b1b2407
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.0.2"
version = "1.1.0"
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 @@ -55,7 +55,7 @@ public class ExpandedBonemeal
{
// XXX duplication with mcmod.info and build.gradle
public static final String MODID = "expandedbonemeal";
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.1.0";

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

0 comments on commit b1b2407

Please sign in to comment.