diff --git a/README.md b/README.md index 153d08e7f..a68659d53 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,12 @@ To do Changelog --------- +**Version 1.2.5** + +* Add support for subclasses of `WeekViewEvent` +* Fix scroll animation +* Add support for semi-transparent header colors + **Version 1.2.4** * **NOTE:** If you are using `WeekView.MonthChangeListener`, make sure to change it into `MonthLoader.MonthChangeListener` diff --git a/gradle.properties b/gradle.properties index 4172128ed..2b953bb8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.2.4 +VERSION_NAME=1.2.5 GROUP=com.github.alamkanak POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.