diff --git a/README.md b/README.md index 574cc60a7..25f71c863 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ As tests should be isolated, they need to set the environment before running. As # Download ```gradle -androidTestCompile('com.schibsted.spain:barista:0.0.3') { +androidTestCompile('com.schibsted.spain:barista:0.0.4') { exclude group: 'com.android.support' } ``` diff --git a/library/build.gradle b/library/build.gradle index 5a2c7e8ab..e1caf9319 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.3' + publishVersion = '0.0.4' desc = 'The guy who serves a great Espresso' website = 'https://github.com/SchibstedSpain/Barista' } \ No newline at end of file