From ae873b5cc411d3c3482dfb208bb3cfcb7c2c1c15 Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Thu, 29 Jun 2017 08:48:36 +1200 Subject: [PATCH] Bump versions (#16) Bumped the following versions: - Minecraft (to 1.12) - Forge (to 14.21.0.2368) - MCP Mappings (to snapshot_20170624) - Kotlin (to 1.1.3) - Kotlin Coroutines (to 0.16) - Jetbrains Annotations (to 15.0) --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index faf97b1..aa4fb43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,10 +2,10 @@ mod_version = 1.5.0 group = net.shadowfacts archivesBaseName = Forgelin -mc_version = 1.10.2 -mcp_mappings = snapshot_20160802 -forge_version = 12.18.1.2045 +mc_version = 1.12 +mcp_mappings = snapshot_20170624 +forge_version = 14.21.0.2368 -kotlin_version = 1.1.2-4 +kotlin_version = 1.1.3 annotations_version = 15.0 -coroutines_version = 0.14.1 +coroutines_version = 0.16