Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkil committed Apr 28, 2014
1 parent 99123e4 commit 9c3438e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}
```

Expand Down

0 comments on commit 9c3438e

Please sign in to comment.