From 6aa6640e1c6d21e0b8d357992472b0a1659937af Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Sat, 13 Jun 2015 13:48:42 -0300 Subject: [PATCH] [#18] Version bump 0.1.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f0f7fb7..3e00b93 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExEdn.Mixfile do def project do [app: :ex_edn, - version: "0.0.1", + version: "0.1.2", elixir: "~> 1.0", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,