Skip to content

Commit

Permalink
Merge pull request prolificinteractive#432 from prolificinteractive/q…
Browse files Browse the repository at this point in the history
…c_release_1.4.2

Release 1.4.2
  • Loading branch information
quentin41500 authored Oct 10, 2016
2 parents ce97a5c + 808cc75 commit c347970
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
==========
Version 1.4.1 *(TBD)*
Version 1.4.2 *(TBD)*
----------------------------
* New: match_parent is now supported by tileSize, tileWidth and tileHeight
* New: api for title animation orientation horizontal/vertical `setTitleAnimationOrientation`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and feel, rather than 100% parity with the platform's implementation.
Usage
-----

1. Add `compile 'com.prolificinteractive:material-calendarview:1.4.0'` to your dependencies.
1. Add `compile 'com.prolificinteractive:material-calendarview:1.4.2'` to your dependencies.
2. Add `MaterialCalendarView` into your layouts or view hierarchy.
3. Set a `OnDateSelectedListener` or call `MaterialCalendarView.getSelectedDates()` when you need it.

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# org.gradle.parallel=true

GROUP=com.prolificinteractive
VERSION_NAME=1.4.0
VERSION_CODE=15
VERSION_NAME=1.4.2
VERSION_CODE=17

POM_PACKAGING=aar
POM_NAME=Material CalendarView
Expand Down

0 comments on commit c347970

Please sign in to comment.