From ce84c21e31df88d80bf2369b27e57214097215af Mon Sep 17 00:00:00 2001 From: Vipin K T <63788067+ktvipin27@users.noreply.github.com> Date: Mon, 18 May 2020 12:06:48 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 075c5d5..0c9ad2b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add this in your app's build.gradle file: ```groovy dependencies { - implementation 'com.ktvipin:roominspector:1.0.0' + implementation 'com.ktvipin:roominspector:1.0.1' } ``` @@ -34,7 +34,7 @@ Add this in your app's build.gradle file: ```kotlin dependencies { - implementation("com.ktvipin:roominspector:1.0.0") + implementation("com.ktvipin:roominspector:1.0.1") } ```