From 307152202bcff493615aad1f1e73eb0a2531cdae Mon Sep 17 00:00:00 2001 From: keepcosmos Date: Thu, 9 Nov 2017 19:40:34 +0900 Subject: [PATCH] update to 0.9.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. """