From 322f3c0eb1694e9f4c3ba2da0c653fc20abb8f92 Mon Sep 17 00:00:00 2001 From: SpaceToad Date: Tue, 8 Apr 2014 14:54:53 +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 81db42e4..933438fd 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.4" +version = "5.1.0" 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]