Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloy committed Apr 6, 2017
1 parent 47f0b32 commit c257a59
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 @@ -147,7 +147,7 @@ public void some_important_test() throws Exception {
# Download

```gradle
androidTestCompile('com.schibsted.spain:barista:0.0.6') {
androidTestCompile('com.schibsted.spain:barista:0.0.7') {
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.6'
publishVersion = '0.0.7'
desc = 'The guy who serves a great Espresso'
website = 'https://github.com/SchibstedSpain/Barista'
}

0 comments on commit c257a59

Please sign in to comment.