Skip to content

Commit

Permalink
Update build files in preparation for 0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
testinfected committed Feb 28, 2018
1 parent 330f096 commit 4a947c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply from: 'gradle/publish.gradle'
defaultTasks 'build'

group = 'com.vtence.molecule'
version = '0.14.0-SNAPSHOT'
version = '0.14.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'buildr/gpg'

VERSION_NUMBER = "0.14.0-SNAPSHOT"

Release.next_version = '0.14.0-SNAPSHOT'
Release.next_version = '0.15.0-SNAPSHOT'
Release.commit_message = lambda { |version| "Bump version number to #{version}" }
Release.tag_name = lambda { |version| "v#{version}" }

Expand Down

0 comments on commit 4a947c7

Please sign in to comment.