Skip to content

Commit

Permalink
create version v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Jun 17, 2016
1 parent da93bf5 commit 0d34c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run {

jar {
baseName = 'bncl'
version = '0.1.3'
version = '0.1.4'
// put dependencies to jar
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
Expand Down

0 comments on commit 0d34c4a

Please sign in to comment.