Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed May 3, 2021
1 parent 754b19d commit e1e0c84
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:3.0.1'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.2'
// Optional extensions
implementation 'com.github.ben-manes.caffeine:guava:3.0.1'
implementation 'com.github.ben-manes.caffeine:jcache:3.0.1'
implementation 'com.github.ben-manes.caffeine:guava:3.0.2'
implementation 'com.github.ben-manes.caffeine:jcache:3.0.2'
```

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 @@ -41,7 +41,7 @@ allprojects {
version.with {
major = 3 // incompatible API changes
minor = 0 // backwards-compatible additions
patch = 2 // backwards-compatible bug fixes
patch = 3 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
}
Expand Down

0 comments on commit e1e0c84

Please sign in to comment.