Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarrenechea committed Sep 10, 2016
1 parent 62c40b6 commit 3e80fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library is available in `aar` format.
If you are using gradle:
```groovy
dependencies {
compile 'ca.barrenechea.header-decor:header-decor:0.2.6'
compile 'ca.barrenechea.header-decor:header-decor:0.2.7'
}
```

Expand All @@ -23,7 +23,7 @@ If you are using maven:
<dependency>
<groupId>ca.barrenechea.header-decor</groupId>
<artifactId>header-decor</artifactId>
<version>0.2.6</version>
<version>0.2.7</version>
</dependency>
```

Expand Down

0 comments on commit 3e80fef

Please sign in to comment.