From 9aeb02cfae9fbfd555e86b34b28c73fdc8117527 Mon Sep 17 00:00:00 2001 From: terrakok Date: Sun, 10 May 2020 17:23:43 +0300 Subject: [PATCH] Update version to 5.1.1 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index fb0f944..aad4be0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -17,7 +17,7 @@ ext { bintrayName = 'cicerone' publishedGroupId = 'ru.terrakok.cicerone' artifact = 'cicerone' - libraryVersion = '5.1.0' + libraryVersion = '5.1.1' gitUrl = 'https://github.com/terrakok/Cicerone' allLicenses = ['MIT'] }