From ba1a46214cfa912de97838d2991bb5948e5f7049 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Mon, 3 Apr 2017 08:54:31 -0700 Subject: [PATCH] Bump version to 0.2. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 59442cf..869d333 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule TM.Mercury.Mixfile do def project do [app: :tm_mercury, - version: "0.1.0", + version: "0.2.0", elixir: "~> 1.4.0", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,