From da8231711191a0e175c5b2d22e17db0079d22e1e Mon Sep 17 00:00:00 2001 From: Rui Onodera Date: Sun, 15 Oct 2017 23:23:44 +0900 Subject: [PATCH] Update package version on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b75971a..8b05566 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In your project's `mix.exs` add the following: ```elixir defp deps do - {:exseed, "~> 0.0.3"} + {:exseed, "~> 0.0.4"} end ```