From 4a2dba42d292b4b74fc4af9182417910649cff78 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Wed, 17 May 2017 12:17:18 +0200 Subject: [PATCH] Bump version 1.0.1 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d3a7af1f..cc54ddf29 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ In order to speed up testing, Barista keeps in mind some considerations. # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:1.0.0') { +androidTestCompile('com.schibsted.spain:barista:1.0.1') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index a09d64fb5..29cf01683 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -44,7 +44,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'barista' - publishVersion = '1.0.0' + publishVersion = '1.0.1' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file