From f50a4d81068c921450dfaaa3f8cb84c55a8d6929 Mon Sep 17 00:00:00 2001 From: terrakok Date: Sun, 1 Nov 2020 17:05:38 +0300 Subject: [PATCH] Bump version to "6.3" --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index ce1aea8..3d34cb8 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.2' + libraryVersion = '6.3' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }