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 2cf3abb commit f2ae031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add the following dependency to your build file.
If using Gradle (`build.gradle`):
```groovy
dependencies {
implementation 'net.sandrohc:reactive-jikan:1.0.1'
implementation 'net.sandrohc:reactive-jikan:1.0.2'
}
```

Expand All @@ -22,7 +22,7 @@ If using Maven (`pom.xml`):
<dependency>
<groupId>net.sandrohc</groupId>
<artifactId>reactive-jikan</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand Down

0 comments on commit f2ae031

Please sign in to comment.