Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Feb 25, 2016
1 parent 56d89da commit 92f9c59
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 @@ -61,11 +61,11 @@ On the radar,
Download from [Maven Central][maven] or depend via Gradle:

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

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 @@ -49,7 +49,7 @@ subprojects {
version.with {
major = 2 // incompatible API changes
minor = 2 // backwards-compatible additions
patch = 1 // backwards-compatible bug fixes
patch = 2 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down

0 comments on commit 92f9c59

Please sign in to comment.