From 415bc790f978b33bff999ceb54804fdc234c36c7 Mon Sep 17 00:00:00 2001 From: Alam Kanak Date: Sat, 9 May 2015 21:57:54 +0600 Subject: [PATCH] Release version 1.2.3 to maven --- README.md | 10 ++++++++-- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e1d9d738..7d3ceca73 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Usage com.github.alamkanak android-week-view - 1.2.1 + 1.2.3 aar ``` * Grab via gradle ```groovy - compile 'com.github.alamkanak:android-week-view:1.2.1' + compile 'com.github.alamkanak:android-week-view:1.2.3' ``` 2. Add WeekView in your xml layout. @@ -145,6 +145,12 @@ To do Changelog --------- +**Version 1.2.3** + +* Get callbacks when scrolling horizontally +* `goToHour` and `goToDate` methods has been fixed +* Use `getFirstVisibleHour` method to get the first visible hour in the week view + **Version 1.2.1** * Better scrolling added diff --git a/gradle.properties b/gradle.properties index ab37705a8..eb8507362 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.2.1 +VERSION_NAME=1.2.3 GROUP=com.github.alamkanak POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.