Skip to content

Commit

Permalink
Release 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed May 3, 2021
1 parent 28b104a commit 157ebb6
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 @@ -82,11 +82,11 @@ Powering infrastructure near you:
Download from [Maven Central][maven] or depend via Gradle:

```gradle
implementation 'com.github.ben-manes.caffeine:caffeine:2.9.0'
implementation 'com.github.ben-manes.caffeine:caffeine:2.9.1'
// Optional extensions
implementation 'com.github.ben-manes.caffeine:guava:2.9.0'
implementation 'com.github.ben-manes.caffeine:jcache:2.9.0'
implementation 'com.github.ben-manes.caffeine:guava:2.9.1'
implementation 'com.github.ben-manes.caffeine:jcache:2.9.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 @@ -42,7 +42,7 @@ allprojects {
version.with {
major = 2 // incompatible API changes
minor = 9 // backwards-compatible additions
patch = 1 // backwards-compatible bug fixes
patch = 2 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
}
Expand Down

0 comments on commit 157ebb6

Please sign in to comment.