From f93c5dc8a0087e3b5ef8a0e77f4ea0f726a3957f Mon Sep 17 00:00:00 2001 From: Rishabh Joshi Date: Thu, 25 Oct 2018 13:47:51 +0530 Subject: [PATCH] Bump version --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {