From f2ae0310d59c899faf0cb99b9a04fd196a0f5b8f Mon Sep 17 00:00:00 2001 From: Sandro Marques Date: Sat, 6 Nov 2021 20:01:46 +0000 Subject: [PATCH] Bump version to 1.0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b11abd2..15624ee 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -22,7 +22,7 @@ If using Maven (`pom.xml`): net.sandrohc reactive-jikan - 1.0.1 + 1.0.2 ```