From 917feacad8cde7f2e2f6230ba1e2b7be6036bbfc Mon Sep 17 00:00:00 2001 From: SpaceToad Date: Sat, 31 May 2014 18:12:40 +0200 Subject: [PATCH] prepare BuildCraft 5.0.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b446a41..8b6adbe6 100755 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { apply plugin: 'forge' // adds the forge dependency apply plugin: 'maven' // for uploading to a maven repo -version = "5.0.5" +version = "5.0.6" 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]