Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed Nov 19, 2022
1 parent d56fb32 commit a730b58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ A fast and fully-typed API wrapper for the [Jikan API](https://jikan.moe) V4, wi

## Supported versions

| API version | reactive-jikan version |
| ----------- |----------------------- |
| API version | reactive-jikan version |
|-------------------------------------|----------------------------------------------------------------------------------|
| [V3](https://jikan.docs.apiary.io/) | [1.1.0](https://search.maven.org/artifact/net.sandrohc/reactive-jikan/1.1.0/jar) |
| [V4](https://docs.api.jikan.moe/) | [2.1.0](https://search.maven.org/artifact/net.sandrohc/reactive-jikan/2.1.0/jar) |
| [V4](https://docs.api.jikan.moe/) | [2.2.0](https://search.maven.org/artifact/net.sandrohc/reactive-jikan/2.2.0/jar) |


## Installation
Expand All @@ -21,7 +21,7 @@ Add the following dependency to your build file.
If using Gradle (`build.gradle`):
```groovy
dependencies {
implementation 'net.sandrohc:reactive-jikan:2.1.0'
implementation 'net.sandrohc:reactive-jikan:2.2.0'
}
```

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

Expand Down
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 '2.1.0'
version '2.2.0'

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

Expand Down

0 comments on commit a730b58

Please sign in to comment.