diff --git a/build.gradle b/build.gradle index 83dfca9..47541db 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 necessary things for Forge to be setup. -version = "1.5.1-mc1.12.2" //-mc +version = "1.5.2-mc1.12.2" //-mc group = "derfl007.roads" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "df-roads" diff --git a/update.json b/update.json index 36e3578..ab36319 100644 --- a/update.json +++ b/update.json @@ -3,10 +3,11 @@ "1.12.2": { "1.4-mc1.12.2": "Survival update: Added crafting recipes, a sign printer and asphalt generation for a better survival experience. Also added some more stuff, you can find the complete changelog on planetminecraft or my website", "1.5-mc1.12.2": "Added yellow road line blocks and new signs and fixed most known issues", - "1.5.1-mc1.12.2": "Fixed a server bug" + "1.5.1-mc1.12.2": "Fixed a server bug", + "1.5.2-mc1.12.2": "Fixed several bugs" }, "promos": { - "1.12.2-latest": "1.5.1-mc1.12.2", - "1.12.2-recommended": "1.5.1-mc1.12.2" + "1.12.2-latest": "1.5.2-mc1.12.2", + "1.12.2-recommended": "1.5.2-mc1.12.2" } }