From e02a22d0489022de8b316982659ab0750214fb5e Mon Sep 17 00:00:00 2001 From: skydoves Date: Wed, 25 Jan 2023 21:52:55 +0900 Subject: [PATCH] Prepare for the next release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab8f35f..5de1c15 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ ## Download [![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/whatif.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22whatif%22) -☔ WhatIf has been downloaded in more than __100k__ Kotlin and Android projects all over the world!

+☔ WhatIf has been downloaded in more than __110k__ Kotlin and Android projects all over the world!

![downloads](https://user-images.githubusercontent.com/24237865/101273131-2187a980-37d6-11eb-9000-e1cd10f87b0d.png) ### Gradle Add the dependency below to your module's `build.gradle` file: ```gradle dependencies { - implementation "com.github.skydoves:whatif:1.1.1" + implementation "com.github.skydoves:whatif:1.1.2" } ```