From 06156ca2868229585feaa97d6586edb66be01c39 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Fri, 12 May 2017 09:58:50 +0200 Subject: [PATCH] Bump version 1.0.0 --- README.md | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0acc9e12..e69684923 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ In order to speed up testing, Barista keeps in mind some considerations. # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.9') { +androidTestCompile('com.schibsted.spain:barista:1.0.0') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 6cbae0676..23c97e96f 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -41,7 +41,7 @@ publish { userOrg = 'schibstedspain' groupId = 'com.schibsted.spain' artifactId = 'barista' - publishVersion = '0.0.9' + publishVersion = '1.0.0' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file