diff --git a/README.md b/README.md index ea7da4d..8f77186 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index a0c4953..ce8ed92 100644 --- a/mix.exs +++ b/mix.exs @@ -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. """