From acea828b966e5f10724a93e4b0c49904a76680a0 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 20 Jun 2016 16:33:59 +1000 Subject: +Added More Mod Checks, so things only load when they're meant to :D +Added Version log on startup. +Bumped Build version and the latest release is available. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 1eadb1aa8e..ccd26eabd3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ sourceCompatibility = 1.7 targetCompatibility = 1.7 archivesBaseName = "MiscUtils" -version = "1.2.0" +version = "1.2.2" minecraft.version = "1.7.10-10.13.4.1448-1.7.10" task sourceJar(type: Jar) { -- cgit