Skip to content

Commit

Permalink
Update version numbers for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
boncey committed Sep 3, 2018
1 parent 8eb7608 commit 8e62bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ An API key is required to use this API. You can [request one on Flickr](http://
<dependency>
<groupId>com.flickr4java</groupId>
<artifactId>flickr4java</artifactId>
<version>2.18</version>
<version>2.19</version>
</dependency>

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).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8e62bbc

Please sign in to comment.