From 8fd86877cbf210604c37e4c7f28d0b3bf16e64d2 Mon Sep 17 00:00:00 2001 From: asiekierka Date: Sun, 12 Apr 2015 14:31:08 +0200 Subject: [PATCH] update build.gradle too --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 045170c9..0fb11453 100755 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo apply plugin: 'checkstyle' -version = "6.4.10" +version = "6.4.11" group= "com.mod-buildcraft" archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]