Skip to content

Commit

Permalink
Bump version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Apr 18, 2017
1 parent 2b81a27 commit d4b413f
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 @@ -157,7 +157,7 @@ public void some_important_test() throws Exception {
# Download

```gradle
androidTestCompile('com.schibsted.spain:barista:0.0.7') {
androidTestCompile('com.schibsted.spain:barista:0.0.8') {
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 @@ -39,7 +39,7 @@ publish {
userOrg = 'schibstedspain'
groupId = 'com.schibsted.spain'
artifactId = 'barista'
publishVersion = '0.0.7'
publishVersion = '0.0.8'
desc = 'The guy who serves a great Espresso'
website = 'https://github.com/SchibstedSpain/Barista'
}

0 comments on commit d4b413f

Please sign in to comment.