From 8c76233843bc3b513e3234b16817ea10fd99b451 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Fri, 31 Mar 2017 12:48:39 +0200 Subject: [PATCH] Bump version 0.0.6 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02228c3c8..7c039cb39 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ public void some_important_test() throws Exception { # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.5') { +androidTestCompile('com.schibsted.spain:barista:0.0.6') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 4c72a3337..f16ade6f1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -37,7 +37,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'barista' - publishVersion = '0.0.5' + publishVersion = '0.0.6' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file