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") } ```