From cae2de5185e8fd330174e7c97771558aa7ffdbdd Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Sun, 25 Dec 2016 20:27:29 -0500 Subject: [PATCH] Update to 1.11.2 --- build.gradle | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index fd995d73..44bc1d7f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,18 +24,17 @@ apply plugin: 'net.minecraftforge.gradle.liteloader' apply plugin: 'org.spongepowered.mixin' group = 'com.minelittlepony' -version = '1.11.0.3' +version = '1.11.2.0-SNAPSHOT' description = 'Mine Little Pony' targetCompatibility = 1.8 sourceCompatibility = 1.8 minecraft { - version = "1.11" - // first snapshot for 1.11. Change to stable when possible. - mappings = 'snapshot_20161120' + version = "1.11.2" + mappings = 'snapshot_20161224' runDir = 'run' - replace '@VERSION@',project.version + replace '@VERSION@', project.version } sourceSets {