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
Darren Greaves committed Apr 30, 2023
1 parent 1fd23e2 commit baf7471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ An API key is required to use this API. You can [request one on Flickr](http://

### Gradle

compile 'com.flickr4java:flickr4java:3.0.6'
compile 'com.flickr4java:flickr4java:3.0.7'

### Maven

<dependency>
<groupId>com.flickr4java</groupId>
<artifactId>flickr4java</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
</dependency>

Flickr4Java is available on Maven Central so the above settings should be all you need.
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 = '3.0.6'
version = '3.0.7'
group = 'com.flickr4java.flickr'

sourceCompatibility = '1.8'
Expand Down

0 comments on commit baf7471

Please sign in to comment.