Skip to content

Commit 8908227

Browse files
author
boncey
committed
Update version numbers in anticipation of a release
1 parent cd5d3b7 commit 8908227

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Flickr4Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'idea'
44
apply plugin: 'maven'
55
apply plugin: 'application'
66

7-
version = '2.15'
7+
version = '2.16'
88
group = 'com.flickr4java.flickr'
99

1010
sourceCompatibility = '1.5'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An API key is required to use this API. You can [request one on Flickr](http://
5151
<dependency>
5252
<groupId>com.flickr4java</groupId>
5353
<artifactId>flickr4java</artifactId>
54-
<version>2.15</version>
54+
<version>2.16</version>
5555
</dependency>
5656

5757
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).

0 commit comments

Comments
 (0)