Skip to content

Commit

Permalink
Update version numbers in anticipation of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
boncey committed Dec 31, 2015
1 parent 4aa21d2 commit 6985a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Flickr4Java/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.13'
version = '2.14'
group = 'com.flickr4java.flickr'

sourceCompatibility = '1.5'
Expand Down
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.13</version>
<version>2.14</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

0 comments on commit 6985a76

Please sign in to comment.