Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarrenechea committed Oct 13, 2016
1 parent 033a22a commit f4b6fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.7'
compile 'ca.barrenechea.header-decor:header-decor:0.2.8'
}
```

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.7</version>
<version>0.2.8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.2.7
VERSION_CODE=8
VERSION_NAME=0.2.8
VERSION_CODE=9
GROUP=ca.barrenechea.header-decor

POM_DESCRIPTION=Sticky recycler view header decorations for android.
Expand Down

0 comments on commit f4b6fcb

Please sign in to comment.