Skip to content

Commit abf9add

Browse files
committed
Release 2.5.1
1 parent 1d6fa59 commit abf9add

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ On the radar,
7777
Download from [Maven Central][maven] or depend via Gradle:
7878

7979
```gradle
80-
compile 'com.github.ben-manes.caffeine:caffeine:2.5.0'
80+
compile 'com.github.ben-manes.caffeine:caffeine:2.5.1'
8181
8282
// Optional extensions
83-
compile 'com.github.ben-manes.caffeine:guava:2.5.0'
84-
compile 'com.github.ben-manes.caffeine:jcache:2.5.0'
83+
compile 'com.github.ben-manes.caffeine:guava:2.5.1'
84+
compile 'com.github.ben-manes.caffeine:jcache:2.5.1'
8585
```
8686

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subprojects {
7070
version.with {
7171
major = 2 // incompatible API changes
7272
minor = 5 // backwards-compatible additions
73-
patch = 1 // backwards-compatible bug fixes
73+
patch = 2 // backwards-compatible bug fixes
7474
releaseBuild = rootProject.hasProperty('release')
7575
}
7676
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()

0 commit comments

Comments
 (0)