Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josephcsible committed Nov 16, 2016
1 parent 1ce7e91 commit 7464236
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.0"
version = "1.0.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 @@ -52,7 +52,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.0";
public static final String VERSION = "1.0.1";

public static Configuration config;
protected static boolean cactus, sugarcane, netherWart, melon, pumpkin, vine, lilyPad, deadBush, flowers, chorusFlower, moss;
Expand Down

0 comments on commit 7464236

Please sign in to comment.