diff --git a/README.md b/README.md index ba5d3a2..2ba3624 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the project to your Mix dependencies in `mix.exs`: ```elixir defp deps do [ - {:ex_json_schema, "~> 0.8.0-rc1"} + {:ex_json_schema, "~> 0.8.1"} ] end ``` diff --git a/mix.exs b/mix.exs index ba9a726..c97e95f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExJsonSchema.Mixfile do use Mix.Project @source_url "https://github.com/jonasschmidt/ex_json_schema" - @version "0.8.0-rc1" + @version "0.8.1" def project do [