Skip to content

Commit 081b95a

Browse files
committed
Bump to 1.3
1 parent 1f73f42 commit 081b95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you need snapping support to start, top, end or bottom, use GravitySnapHelper
1111
Add this to your build.gradle:
1212

1313
```groovy
14-
compile 'com.github.rubensousa:gravitysnaphelper:1.2'
14+
compile 'com.github.rubensousa:gravitysnaphelper:1.3'
1515
```
1616

1717
Otherwise, center snapping is done with LinearSnapHelper (part of the recyclerview-v7 package).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919
GROUP=com.github.rubensousa
20-
VERSION_NAME=1.2
20+
VERSION_NAME=1.3
2121

2222
POM_ARTIFACT_ID=gravitysnaphelper
2323
POM_NAME=GravitySnapHelper

0 commit comments

Comments
 (0)