From e431739dcce27e3af7dd6da16845aa036df8c5da Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Fri, 23 Aug 2013 07:15:48 +0300 Subject: [PATCH] Change version to 1.0.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6e9cb14..87f1875 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Excoder.Mixfile do def project do [ app: :excoder, - version: "0.0.1", + version: "1.0.0", elixir: "~> 0.10.1-dev", deps: deps ] end