From 8e62bbc2c4c189f215f66f4bcdd10b994cb6cf77 Mon Sep 17 00:00:00 2001 From: boncey Date: Mon, 3 Sep 2018 22:39:16 +0100 Subject: [PATCH] Update version numbers for a release --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'