From c3873c6e9d351cf607eb3efb4ee63e191152c33b Mon Sep 17 00:00:00 2001 From: terrakok Date: Thu, 26 Nov 2020 13:31:05 +0300 Subject: [PATCH] Bump version to "6.6" --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 864e04a..6ecf1e8 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.5' + libraryVersion = '6.6' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }