Skip to content

Commit

Permalink
Bump version v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jun 23, 2017
1 parent 77120b0 commit 24cfa1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ In order to speed up testing, Barista keeps in mind some considerations.
# Download

```gradle
androidTestCompile('com.schibsted.spain:barista:1.5.0') {
androidTestCompile('com.schibsted.spain:barista:1.5.1') {
exclude group: 'com.android.support'
}
```
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibsted.spain'
artifactId = 'barista'
publishVersion = '1.5.0'
publishVersion = '1.5.1'
desc = 'The guy who serves a great Espresso'
website = 'https://github.com/SchibstedSpain/Barista'
}

0 comments on commit 24cfa1b

Please sign in to comment.