From df860d21734d54195a367426fba3d5aab541b916 Mon Sep 17 00:00:00 2001 From: terrakok Date: Mon, 19 Oct 2020 15:37:29 +0300 Subject: [PATCH] Change version name to "6.0" and update bintray setup. --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index c1ebb79..857850c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -15,10 +15,10 @@ dependencies { ext { // This params is for the library uploading to the Bintray bintrayRepo = 'terramaven' - bintrayName = 'cicerone' + bintrayName = 'cicerone-kotlin' publishedGroupId = 'com.github.terrakok' artifact = 'cicerone' - libraryVersion = '6.1' + libraryVersion = '6.0' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }