diff --git a/README.md b/README.md index 62fa620..55c072a 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ The following system properties can be used to configure the library: com.github.rishabh9 riko - 1.0.1 + 1.0.2 ###### Gradle dependencies { - implementation 'com.github.rishabh9:riko:1.0.1' + implementation 'com.github.rishabh9:riko:1.0.2' } #### Progaurd diff --git a/build.gradle b/build.gradle index ab2e5c9..5523985 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencyManagement { // GroupId group = 'com.github.rishabh9' // Version -version = '1.0.1' +version = '1.0.2' archivesBaseName = 'riko' dependencies {