diff --git a/build.gradle b/build.gradle index 52b868b..0a8d8dd 100644 --- a/build.gradle +++ b/build.gradle @@ -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.1" +version = "1.0.2" group= "josephcsible.expandedbonemeal" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "expandedbonemeal" diff --git a/src/main/java/josephcsible/expandedbonemeal/ExpandedBonemeal.java b/src/main/java/josephcsible/expandedbonemeal/ExpandedBonemeal.java index ecf3a43..1753f9e 100644 --- a/src/main/java/josephcsible/expandedbonemeal/ExpandedBonemeal.java +++ b/src/main/java/josephcsible/expandedbonemeal/ExpandedBonemeal.java @@ -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.1"; + public static final String VERSION = "1.0.2"; public static Configuration config; protected static boolean cactus, sugarcane, netherWart, melon, pumpkin, vine, lilyPad, deadBush, flowers, chorusFlower, moss;