Skip to content

Commit

Permalink
Bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed May 17, 2017
1 parent f9f6c9b commit 4a2dba4
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 @@ -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'
}
```
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.0.0'
publishVersion = '1.0.1'
desc = 'The guy who serves a great Espresso'
website = 'https://github.com/SchibstedSpain/Barista'
}

0 comments on commit 4a2dba4

Please sign in to comment.