update to 0.9.1

This commit is contained in:
keepcosmos 2017-11-09 19:40:34 +09:00
parent 2d4827a4f5
commit 307152202b
2 changed files with 2 additions and 2 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.7"}]
[{:readability, "~> 0.9"}]
end
```

View File

@ -2,7 +2,7 @@ defmodule Readability.Mixfile do
@moduledoc """
"""
@version "0.9.0"
@version "0.9.1"
@description """
Readability library for extracting and curating articles.
"""