From 767b458c6ddd7bef94cff69a91afee82625c21e7 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Fri, 1 Apr 2016 09:22:26 +0200 Subject: Improved Readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbcf8cd..da27888 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ Library to implement the Bottom Navigation component from Material Design guidel ## Demo -## What's new (1.0.2) -* Fixed crash when setForceTitlesDisplay(true) -* Improved UI +## What's new (1.0.3) +* Fixed Fixed setForceTint() ## Features * Follow the bottom navigation guidelines (https://www.google.com/design/spec/components/bottom-navigation.html) @@ -22,7 +21,7 @@ Library to implement the Bottom Navigation component from Material Design guidel ### Gradle ```groovy dependencies { - compile 'com.aurelhubert:ahbottomnavigation:1.0.2' + compile 'com.aurelhubert:ahbottomnavigation:1.0.3' } ``` ### XML -- cgit v1.2.3