Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Aug 27, 2016
1 parent 49c012c commit 12cd7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ On the radar,
Download from [Maven Central][maven] or depend via Gradle:

```gradle
compile 'com.github.ben-manes.caffeine:caffeine:2.3.2'
compile 'com.github.ben-manes.caffeine:caffeine:2.3.3'
// Optional extensions
compile 'com.github.ben-manes.caffeine:guava:2.3.2'
compile 'com.github.ben-manes.caffeine:jcache:2.3.2'
compile 'com.github.ben-manes.caffeine:guava:2.3.3'
compile 'com.github.ben-manes.caffeine:jcache:2.3.3'
```

See the [release notes][releases] for details of the changes.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects {
version.with {
major = 2 // incompatible API changes
minor = 3 // backwards-compatible additions
patch = 3 // backwards-compatible bug fixes
patch = 4 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down

0 comments on commit 12cd7f2

Please sign in to comment.