From ed5e412c50100c19f6ab4c4852f6f67f5eabad1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20V=C3=A1zquez?= Date: Wed, 3 May 2017 17:36:53 +0200 Subject: [PATCH] Bump version 0.0.9 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 354fb2aa1..3dd42a539 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ public void some_important_test() throws Exception { # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.8') { +androidTestCompile('com.schibsted.spain:barista:0.0.9') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 693e6d59b..65c852aed 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -39,7 +39,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'barista' - publishVersion = '0.0.8' + publishVersion = '0.0.9' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file