Change version to 1.0.0

This commit is contained in:
Mikko Ahlroth 2013-08-23 07:15:48 +03:00
parent 9df067c1a2
commit e431739dcc

View file

@ -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