From c257a5917517719f6d919a110df4e4bb4e07cec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20V=C3=A1zquez?= Date: Thu, 6 Apr 2017 16:53:15 +0200 Subject: [PATCH] Bump version to 0.0.7 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e66e1ebdd..eca051f17 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ public void some_important_test() throws Exception { # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.6') { +androidTestCompile('com.schibsted.spain:barista:0.0.7') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index f5e514349..7ddf51ed4 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.6' + publishVersion = '0.0.7' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file