diff --git a/.idea/misc.xml b/.idea/misc.xml index fbb68289..5d199810 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/README.md b/README.md index 51ed50d9..ac835433 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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.2' +compile 'com.roughike:bottom-bar:2.2.0' ``` **Maven:** @@ -39,7 +39,7 @@ compile 'com.roughike:bottom-bar:2.1.2' com.roughike bottom-bar - 2.1.2 + 2.2.0 pom ``` diff --git a/bottom-bar/build.gradle b/bottom-bar/build.gradle index f677d345..4bd84578 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.2' + libraryVersion = '2.2.0' developerId = 'roughike' developerName = 'Iiro Krankka'