From 2b45bacdc180e1078c68cac1c4474b2e8ce0dd0b Mon Sep 17 00:00:00 2001 From: sangcomz Date: Thu, 25 Jan 2018 15:16:58 +0900 Subject: [PATCH] chore (app): prepare release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c391b1f..ff1aea6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ StickyTimeLine is timeline view for android. -## What's New in 0.0.15? +## What's New in 0.0.16? - Fix Problems when recycler view is not added to dependency [#5](https://github.com/sangcomz/StickyTimeLine/issues/5) ## How to Use @@ -16,7 +16,7 @@ StickyTimeLine is timeline view for android. } dependencies { - compile 'com.github.sangcomz:StickyTimeLine:v0.0.15' + compile 'com.github.sangcomz:StickyTimeLine:v0.0.16' } ``` ### Usage