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 Nov 9, 2014
1 parent fc69fc2 commit c4d303f
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.11'
version = '2.12'
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 @@ -43,7 +43,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.11</version>
<version>2.12</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 c4d303f

Please sign in to comment.