From 8b6583cc8df2acb1af8236a6b5ee75208fff229b Mon Sep 17 00:00:00 2001 From: terrakok Date: Wed, 21 Oct 2020 17:11:59 +0300 Subject: [PATCH] Bump version to "6.1" --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 857850c..00b02a1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -18,7 +18,7 @@ ext { bintrayName = 'cicerone-kotlin' publishedGroupId = 'com.github.terrakok' artifact = 'cicerone' - libraryVersion = '6.0' + libraryVersion = '6.1' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }