Skip to content

Commit

Permalink
Bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed May 12, 2017
1 parent e379a39 commit 06156ca
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 @@ -165,7 +165,7 @@ In order to speed up testing, Barista keeps in mind some considerations.
# Download

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

0 comments on commit 06156ca

Please sign in to comment.