diff --git a/README.md b/README.md index 882aadc..3534f38 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ You can view [full DataMorph API documentation on hexdocs](https://hexdocs.pm/da Add ```elixir -{:data_morph, "~> 0.0.4"} +{:data_morph, "~> 0.0.5"} ``` to your deps in `mix.exs` like so: ```elixir defp deps do [ - {:data_morph, "~> 0.0.4"} + {:data_morph, "~> 0.0.5"} ] end ```