Skip to content

Commit

Permalink
Prepare for v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 13, 2015
1 parent cb936ae commit 5ee68b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ subprojects { proj ->
group = 'com.github.ben-manes.caffeine'
version.with {
major = 1 // incompatible API changes
minor = 2 // backwards-compatible additions
patch = 1 // backwards-compatible bug fixes
minor = 3 // backwards-compatible additions
patch = 0 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down

0 comments on commit 5ee68b7

Please sign in to comment.