From 9c3438e7edc417567614ea0148afb8adf3f14d73 Mon Sep 17 00:00:00 2001 From: Evgeny Shishkin Date: Mon, 28 Apr 2014 15:58:12 +0400 Subject: [PATCH] Update README.md and CHANGELOG.md --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3639b40..1dfe9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Change Log ========== +Version 2.0.1 *(2014-04-28)* +-------------------------- + +* Make typeface constants public. +* Default to Roboto Regular instead of Thin when no typeface is specified. + + Version 2.0.0 *(2013-12-05)* -------------------------- diff --git a/README.md b/README.md index e95443b..54632b9 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Android-RobotoTextView library is now pushed to Maven Central as a AAR, so you j ``` xml dependencies { - compile 'com.github.johnkil.android-robototextview:robototextview:2.0.0' + compile 'com.github.johnkil.android-robototextview:robototextview:2.0.+' } ```