Skip to content

Commit

Permalink
Merge pull request #32 from carlonzo/master.tagNewVersion
Browse files Browse the repository at this point in the history
version 0.0.2
  • Loading branch information
carlonzo committed Mar 9, 2015
2 parents 2bc142f + 6ddb492 commit e0ee97a
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 @@ -68,7 +68,7 @@ repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
compile 'com.github.carlonzo.stikkyheader:core:0.0.1-SNAPSHOT'
compile 'com.github.carlonzo.stikkyheader:core:0.0.2-SNAPSHOT'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# Maven properties

VERSION_NAME=0.0.1-SNAPSHOT
VERSION_CODE=1
VERSION_NAME=0.0.2-SNAPSHOT
VERSION_CODE=2
GROUP=com.github.carlonzo.stikkyheader

POM_DESCRIPTION=This is a very simple library for Android that allows you to stick an header to a scrollable view and easily apply animation to it
Expand Down

0 comments on commit e0ee97a

Please sign in to comment.