Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Aug 2, 2015
1 parent 8a6ae9f commit 9348d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ rem enable extended ASCII
chcp 1252 >nul

echo » Invoking gradle...
call gradle build apiJar deobfJar
call gradle build deobfJar

pause
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "4.6.0"
version = "4.6.1"
group= "com.buildcraft.additionalpipes" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "additionalpipes"

Expand Down Expand Up @@ -74,8 +74,3 @@ task deobfJar(type: Jar) {
from sourceSets.main.output
classifier = 'dev'
}

task apiJar(type: Jar) {
from sourceSets.api.java.srcDirs
classifier = 'sources'
}

0 comments on commit 9348d2f

Please sign in to comment.