Skip to content

Commit

Permalink
BuildCraft 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 10, 2015
1 parent e49136f commit dd2e3ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
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.3.0"
version = "6.3.0.1"
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
4 changes: 4 additions & 0 deletions buildcraft_resources/changelog/6.3.1
@@ -0,0 +1,4 @@
Bugfixes:
* [#2368] Cannot place torches on facades (asie)
* [#2366] Startup crash in Blueprint Library (asie)
* [#2362] No construction marker recipe (asie)
2 changes: 1 addition & 1 deletion buildcraft_resources/versions.txt
@@ -1,3 +1,3 @@
1.6.4:BuildCraft:4.2.2
1.7.2:BuildCraft:6.0.16
1.7.10:BuildCraft:6.3.0
1.7.10:BuildCraft:6.3.1
Expand Up @@ -15,7 +15,6 @@
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Locale;
import java.util.Set;
import java.util.TreeSet;
Expand Down

0 comments on commit dd2e3ab

Please sign in to comment.