Skip to content

Commit

Permalink
Bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Mar 25, 2017
1 parent 8397549 commit 264572c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ If you need snapping support to start, top, end or bottom, use GravitySnapHelper
Add this to your build.gradle:

```groovy
compile 'com.github.rubensousa:gravitysnaphelper:1.0'
compile 'com.github.rubensousa:gravitysnaphelper:1.1'
```

Otherwise, center snapping is done with LinearSnapHelper (part of the recyclerview-v7 package).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
GROUP=com.github.rubensousa
VERSION_NAME=1.0
VERSION_NAME=1.1

POM_ARTIFACT_ID=gravitysnaphelper
POM_NAME=GravitySnapHelper
Expand Down

0 comments on commit 264572c

Please sign in to comment.