Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Feb 11, 2016
1 parent ca392ce commit 7ecdf04
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 @@ -117,7 +117,7 @@ Add ``HeaderRecyclerView`` dependency to your ``build.gradle`` file
```groovy

dependencies{
compile 'com.karumi:headerrecyclerview:1.0.3'
compile 'com.karumi:headerrecyclerview:1.1.0'
}

```
Expand All @@ -129,7 +129,7 @@ or to your ``pom.xml`` if you are using Maven instead of Gradle
<dependency>
<groupId>com.karumi</groupId>
<artifactId>headerrecyclerview</artifactId>
<version>1.0.3</version>
<version>1.1.0</version>
<type>aar</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
POM_NAME=HeaderRecyclerView
POM_ARTIFACT_ID=headerrecyclerview
POM_PACKAGING=aar
VERSION_NAME=1.0.4-SNAPSHOT
VERSION_CODE=10004
VERSION_NAME=1.1.0
VERSION_CODE=10010
GROUP=com.karumi

POM_DESCRIPTION=Android library created to offer a RecyclerView.Adapter extension used to support headers in a transparent way for the library client.
Expand Down

0 comments on commit 7ecdf04

Please sign in to comment.