fixed version number

This commit is contained in:
SpaceToad 2014-04-08 14:54:53 +02:00
parent debec7a84e
commit 322f3c0eb1

View file

@ -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]