Skip to content

Commit a61ec32

Browse files
committed
prepare for release 0.5.1
1 parent b1af2fd commit a61ec32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here is a quick video of it in action (click to see the full video):
1616
Download
1717
--------
1818

19-
compile 'com.github.smartcanvas:sticky-headers-recyclerview:0.5.0'
19+
compile 'com.github.smartcanvas:sticky-headers-recyclerview:0.5.1'
2020

2121
Usage
2222
-----

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ ext {
2323
buildToolsVersion = '22.0.1'
2424
targetSdkVersion = 22
2525
minSdkVersion = 14
26-
versionCode = 12
27-
versionName = "0.5.0"
26+
versionCode = 13
27+
versionName = "0.5.1"
2828
}

0 commit comments

Comments
 (0)