Skip to content

Commit

Permalink
Bump version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Mar 1, 2017
1 parent dc9962c commit 3fbd0f3
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 @@ -111,7 +111,7 @@ As tests should be isolated, they need to set the environment before running. As
# Download

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

0 comments on commit 3fbd0f3

Please sign in to comment.