Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed Nov 6, 2021
1 parent 74e945f commit 2cf3abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'net.sandrohc'
version '1.0.1'
version '1.0.2'

ext.isReleaseVersion = !version.endsWith('SNAPSHOT')

Expand Down
3 changes: 1 addition & 2 deletions src/main/java/net/sandrohc/jikan/Jikan.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public QueryFactory query() {
* Executes the desired query and returns the parsed entity.
*
* @param query the query
* @param <INITIAL_TYPE> the request entity type
* @param <PROCESSED_TYPE> the processed entity type
* @param <T> the request entity type
* @param <P> the publisher type (Mono or Flux)
* @return the parsed entity, or {@code null} if the entity was not found
*/
Expand Down

0 comments on commit 2cf3abb

Please sign in to comment.