Skip to content

Commit

Permalink
Up version number in README and gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
boncey committed Aug 3, 2014
1 parent 3e48dce commit 1b876f7
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.10'
version = '2.11'
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 @@ -39,7 +39,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.10</version>
<version>2.11</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 1b876f7

Please sign in to comment.