Skip to content

Commit

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

```gradle
androidTestCompile('com.schibsted.spain:barista:1.1.0') {
androidTestCompile('com.schibsted.spain:barista:1.2.0') {
exclude group: 'com.android.support'
}
```
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0'
publishVersion = '1.2.0'
desc = 'The guy who serves a great Espresso'
website = 'https://github.com/SchibstedSpain/Barista'
}
}

0 comments on commit 6d83ccc

Please sign in to comment.