From 5be1d6031e73a5e189781466ed34c0b8555bc241 Mon Sep 17 00:00:00 2001 From: SpaceToad Date: Sun, 18 May 2014 21:31:13 +0200 Subject: [PATCH] fixed version number --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ee87f022c..bbf88865fb 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.0.14" +version = "6.0.15" 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]