Skip to content

Commit

Permalink
Bump to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxroot committed Apr 30, 2015
1 parent 27c13e4 commit 2cb3896
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 @@ -9,7 +9,7 @@ apply plugin: 'coveralls'
description = 'Java Chess Protocol Interface'

group = 'com.fluxchess'
version = '1.4.0'
version = '1.4.1'
ext.releaseBranch = '1.4.x'

if (!project.hasProperty('buildNumber') || !(project.hasProperty('branchName') && branchName == releaseBranch)) {
Expand Down

0 comments on commit 2cb3896

Please sign in to comment.