Skip to content

Commit ad4c2a4

Browse files
author
Darren Greaves
committed
Update version numbers for a release
1 parent be9e145 commit ad4c2a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ An API key is required to use this API. You can [request one on Flickr](http://
4949

5050
### Gradle
5151

52-
compile 'com.flickr4java:flickr4java:3.0.8'
52+
compile 'com.flickr4java:flickr4java:3.0.9'
5353

5454
### Maven
5555

5656
<dependency>
5757
<groupId>com.flickr4java</groupId>
5858
<artifactId>flickr4java</artifactId>
59-
<version>3.0.8</version>
59+
<version>3.0.9</version>
6060
</dependency>
6161

6262
Flickr4Java is available on Maven Central so the above settings should be all you need.

build.gradle

+1-1
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 = '3.0.8'
7+
version = '3.0.9'
88
group = 'com.flickr4java.flickr'
99

1010
sourceCompatibility = '1.8'

0 commit comments

Comments
 (0)