From 28238de44d427d88ea6140308b5b52207683f49e Mon Sep 17 00:00:00 2001 From: robmckinnon Date: Sun, 14 Aug 2016 21:27:47 +0100 Subject: [PATCH] Update readme for release Update version number in reademe. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 659a12c..4022ae9 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.2"} +{:data_morph, "~> 0.0.3"} ``` to your deps in `mix.exs` like so: ```elixir defp deps do [ - {:data_morph, "~> 0.0.2"} + {:data_morph, "~> 0.0.3"} ] end ```