From 338ee864392087f0233ef42765730e00810cd020 Mon Sep 17 00:00:00 2001 From: Iiro Krankka Date: Mon, 16 Jan 2017 19:31:07 +0200 Subject: [PATCH] Made a new release for fixing a major bug (#625) that could affect some devices. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- bottom-bar/build.gradle | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ec58a6..e840e409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ (or: y u no add shiny new things?!) +### 2.1.1 + +* A quick fix for a really critical bug that could affect some devices. More specifically, [this one.](https://github.com/roughike/BottomBar/issues/625) + ### 2.1.0 * Fixed a bug in the Badge positioning, causing the Badges to clip when there was many tabs. diff --git a/README.md b/README.md index e378f509..71203dc3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Your uncle Bob's Galaxy S Mini will probably be supported in the future though. ## Gimme that Gradle sweetness, pls? ```groovy -compile 'com.roughike:bottom-bar:2.1.0' +compile 'com.roughike:bottom-bar:2.1.1' ``` **Maven:** @@ -41,7 +41,7 @@ compile 'com.roughike:bottom-bar:2.1.0' com.roughike bottom-bar - 2.1.0 + 2.1.1 pom ``` diff --git a/bottom-bar/build.gradle b/bottom-bar/build.gradle index b5b9c57a..9ea325d2 100644 --- a/bottom-bar/build.gradle +++ b/bottom-bar/build.gradle @@ -14,7 +14,7 @@ ext { siteUrl = 'https://github.com/roughike/BottomBar' gitUrl = 'https://github.com/roughike/BottomBar.git' - libraryVersion = '2.1.0' + libraryVersion = '2.1.1' developerId = 'roughike' developerName = 'Iiro Krankka'