From d5737bb092883fbcb316cc1b141356998bac0adc Mon Sep 17 00:00:00 2001 From: terrakok Date: Fri, 25 Jan 2019 22:13:14 +0300 Subject: [PATCH] Update version of Cicerone to "5.0.0". --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 7105375..415d153 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -16,7 +16,7 @@ ext { bintrayName = 'cicerone' publishedGroupId = 'ru.terrakok.cicerone' artifact = 'cicerone' - libraryVersion = '4.0.2' + libraryVersion = '5.0.0' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }