diff --git a/README.md b/README.md index 6d25b20..96c3d7f 100644 --- a/README.md +++ b/README.md @@ -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.2' +compile 'com.github.rubensousa:gravitysnaphelper:1.3' ``` Otherwise, center snapping is done with LinearSnapHelper (part of the recyclerview-v7 package). diff --git a/gradle.properties b/gradle.properties index a89b94f..ca3ad1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.2 +VERSION_NAME=1.3 POM_ARTIFACT_ID=gravitysnaphelper POM_NAME=GravitySnapHelper