update readme for v0.7

This commit is contained in:
keepcosmos 2017-02-05 19:13:12 +09:00
parent f57b85d2fa
commit 2b7c1f7429
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
```elixir
def deps do
[{:readability, "~> 0.6.1"}]
[{:readability, "~> 0.7"}]
end
```