diff --git a/README.md b/README.md index 138faf1f..cf1becb9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Growthcraft =========== [![](http://cf.way2muchnoise.eu/versions/growthcraft-community-edition_latest.svg)](https://minecraft.curseforge.com/projects/growthcraft-community-edition/) -[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-4.1.1.400-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.12) +[![Growthcraft Version](https://img.shields.io/badge/Growthcraft-4.1.1.500-orange.svg)](https://github.com/GrowthcraftCE/Growthcraft-1.12) [![Forge Version](https://img.shields.io/badge/Minecraft%20Forge-14.23.4.2768-yellow.svg)](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.12.2.html) [![Java Version](https://img.shields.io/badge/JAVA-8-blue.svg)](https://www.java.com/en/) [![Build Status](https://travis-ci.org/GrowthcraftCE/Growthcraft-1.12.svg?branch=development)](https://travis-ci.org/GrowthcraftCE/Growthcraft-1.12) diff --git a/gradle.properties b/gradle.properties index 52949e70..8efe996d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.logging.level=warn # Growthcraft Version -mod_version=4.1.1.400 +mod_version=4.1.1.500 # Minecraft Versions minecraft_version=1.12.2 diff --git a/src/main/java/growthcraft/core/shared/Reference.java b/src/main/java/growthcraft/core/shared/Reference.java index 9bdf85b7..904fd362 100644 --- a/src/main/java/growthcraft/core/shared/Reference.java +++ b/src/main/java/growthcraft/core/shared/Reference.java @@ -8,5 +8,5 @@ private Reference() { public static final String MODID = "growthcraft"; public static final String NAME = "GrowthcraftCore"; - public static final String VERSION = "4.1.1.400"; + public static final String VERSION = "4.1.1.500"; } diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 45e97007..ad8e23ef 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "growthcraft", "name": "Growthcraft", "description": "Growthcraft - A low tech farming and brewing mod.", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -17,7 +17,7 @@ "modid": "growthcraft_cellar", "name": "Growthcraft Cellar", "description": "Growthcraft Cellar - ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -31,7 +31,7 @@ "modid": "growthcraft_fishtrap", "name": "Growthcraft Fishtrap", "description": "Growthcraft Fishtrap - Fishing made simple. ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -46,7 +46,7 @@ "modid": "growthcraft_bees", "name": "Growthcraft Bees", "description": "Growthcraft Bees - ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -61,7 +61,7 @@ "modid": "growthcraft_grapes", "name": "Growthcraft Grapes", "description": "Growthcraft Grapes - Growing only the finest grapes in the land.", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -76,7 +76,7 @@ "modid": "growthcraft_milk", "name": "Growthcraft Milk", "description": "Growthcraft Milk - ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -91,7 +91,7 @@ "modid": "growthcraft_hops", "name": "Growthcraft Hops", "description": "Growthcraft Hops - ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -106,7 +106,7 @@ "modid": "growthcraft_bamboo", "name": "Growthcraft Bamboo", "description": "Growthcraft Bamboo - ", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -121,7 +121,7 @@ "modid": "growthcraft_apples", "name": "Growthcraft Apples", "description": "Growthcraft Apples - Additional sources for Apple farming.", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "", @@ -136,7 +136,7 @@ "modid": "growthcraft_rice", "name": "Growthcraft Rice", "description": "Growthcraft Rice - Add rice farming and things to make with rice.", - "version": "4.1.1.400", + "version": "4.1.1.500", "mcversion": "1.12.2", "url": "https://github.com/GrowthcraftCE/Growthcraft-1.12", "updateUrl": "",