diff --git a/README.md b/README.md index 0a2e38b0..dde7936b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ An API key is required to use this API. You can [request one on Flickr](http:// com.flickr4java flickr4java - 2.18 + 2.19 Flickr4Java is now available on Maven Central so the above settings should be all you need (it used to only be available on [JCenter](https://bintray.com/bintray/jcenter). diff --git a/build.gradle b/build.gradle index 4e394ca5..b831994d 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'idea' apply plugin: 'maven' apply plugin: 'application' -version = '2.18' +version = '2.19' group = 'com.flickr4java.flickr' sourceCompatibility = '1.5'