From 3fbd0f31fcff80d4d8ab3ed78ab993f8d5864320 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Wed, 1 Mar 2017 13:09:20 +0100 Subject: [PATCH] Bump version 0.0.3 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 749a21797..5e6dc52ad 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ As tests should be isolated, they need to set the environment before running. As # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.2') { +androidTestCompile('com.schibsted.spain:barista:0.0.3') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index b57066dda..5a2c7e8ab 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.2' + publishVersion = '0.0.3' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file