Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed Feb 13, 2022
1 parent a47471a commit 15dec89
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 @@ -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.2'
implementation 'net.sandrohc:reactive-jikan:1.1.0'
}
```

Expand All @@ -22,7 +22,7 @@ If using Maven (`pom.xml`):
<dependency>
<groupId>net.sandrohc</groupId>
<artifactId>reactive-jikan</artifactId>
<version>1.0.2</version>
<version>1.1.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 '1.0.2'
version '1.1.0'

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

Expand Down

0 comments on commit 15dec89

Please sign in to comment.