Skip to content

Commit

Permalink
Release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Feb 10, 2023
1 parent b9ad083 commit a39de9d
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 @@ -90,11 +90,11 @@ Powering infrastructure near you:
Download from [Maven Central][maven] or depend via Gradle:

```gradle
implementation("com.github.ben-manes.caffeine:caffeine:3.1.2")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.3")
// Optional extensions
implementation("com.github.ben-manes.caffeine:guava:3.1.2")
implementation("com.github.ben-manes.caffeine:jcache:3.1.2")
implementation("com.github.ben-manes.caffeine:guava:3.1.3")
implementation("com.github.ben-manes.caffeine:jcache:3.1.3")
```

For Java 11 or above, use `3.x` otherwise use `2.x`.
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 = 1 // backwards-compatible additions
patch = 3 // backwards-compatible bug fixes
patch = 4 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}

Expand Down

0 comments on commit a39de9d

Please # to comment.