diff --git a/README.md b/README.md index 6c6c04f..0264822 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add `test_that_json_espec` as a test-only dependency in `mix.exs`: ```elixir def deps do [ - {:test_that_json_espec, "~> 0.1.0", only: :test}, + {:test_that_json_espec, "~> 0.5.0", only: :test}, ] end ``` diff --git a/mix.exs b/mix.exs index 6fb7b97..778c30b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TestThatJsonEspec.Mixfile do def project do [ app: :test_that_json_espec, - version: "0.2.0", + version: "0.5.0", elixir: "~> 1.2", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,