Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceToad committed May 18, 2014
1 parent 6c4dbb4 commit 5be1d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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]

Expand Down

0 comments on commit 5be1d60

Please sign in to comment.