Skip to content

Commit 6985a76

Browse files
author
boncey
committed
Update version numbers in anticipation of a release
1 parent 4aa21d2 commit 6985a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13'
7+
version = '2.14'
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
@@ -47,7 +47,7 @@ An API key is required to use this API. You can [request one on Flickr](http://
4747
<dependency>
4848
<groupId>com.flickr4java</groupId>
4949
<artifactId>flickr4java</artifactId>
50-
<version>2.13</version>
50+
<version>2.14</version>
5151
</dependency>
5252

5353
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)