diff --git a/README.md b/README.md index dfeae90..08c999f 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ Checkout the [wiki](https://github.com/rishabh9/riko/wiki) for more details. com.github.rishabh9 riko - 2.0.0 + 2.0.1 ``` ### For Gradle based project ```groovy dependencies { - implementation 'com.github.rishabh9:riko:2.0.0' + implementation 'com.github.rishabh9:riko:2.0.1' } ``` ### For SBT based project ```scala -libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.0" +libraryDependencies += "com.github.rishabh9" % "riko" % "2.0.1" ``` \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9e35be2..87051a4 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencyManagement { // GroupId group = 'com.github.rishabh9' // Version -version = '2.0.0' +version = '2.0.1' archivesBaseName = 'riko' dependencies {