Skip to content

Commit 14e4474

Browse files
committed
Release 2.8.3
1 parent 1ea398c commit 14e4474

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Powering infrastructure near you:
8282
Download from [Maven Central][maven] or depend via Gradle:
8383

8484
```gradle
85-
compile 'com.github.ben-manes.caffeine:caffeine:2.8.2'
85+
compile 'com.github.ben-manes.caffeine:caffeine:2.8.3'
8686
8787
// Optional extensions
88-
compile 'com.github.ben-manes.caffeine:guava:2.8.2'
89-
compile 'com.github.ben-manes.caffeine:jcache:2.8.2'
88+
compile 'com.github.ben-manes.caffeine:guava:2.8.3'
89+
compile 'com.github.ben-manes.caffeine:jcache:2.8.3'
9090
```
9191

9292
See the [release notes][releases] for details of the changes.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ allprojects {
4444
version.with {
4545
major = 2 // incompatible API changes
4646
minor = 8 // backwards-compatible additions
47-
patch = 3 // backwards-compatible bug fixes
47+
patch = 4 // backwards-compatible bug fixes
4848
releaseBuild = rootProject.hasProperty('release')
4949
}
5050
}

0 commit comments

Comments
 (0)