diff --git a/README.md b/README.md index 613b98d..fac5d68 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ demonstrating the usage of Riko. Feel free to use it as a starter for your own p com.github.rishabh9 riko - 2.0.1 + 2.0.2 ``` ### For Gradle based project ```groovy dependencies { - implementation 'com.github.rishabh9:riko:2.0.1' + implementation 'com.github.rishabh9:riko:2.0.2' } ``` ### For SBT based project ```scala -libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.1" +libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.2" ``` \ No newline at end of file diff --git a/build.gradle b/build.gradle index 87051a4..4b0f9ea 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencyManagement { // GroupId group = 'com.github.rishabh9' // Version -version = '2.0.1' +version = '2.0.2' archivesBaseName = 'riko' dependencies {