From 3bea311400099cdd91cc35f60ee9a3b8f12cfc20 Mon Sep 17 00:00:00 2001 From: terrakok Date: Fri, 30 Oct 2020 12:31:15 +0300 Subject: [PATCH] Bump version to "6.2" --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 00b02a1..ce1aea8 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.1' + libraryVersion = '6.2' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }