From af36871bb189765e7b684b87f4a8b020c3ead3ee Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 17 Jul 2015 10:08:22 -0700 Subject: [PATCH] version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e1d123d..0c9a49f 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Crutches.Mixfile do def project do [app: :crutches, - version: "0.0.2", + version: "0.0.3", elixir: "~> 1.0", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,