Update for 1.0

This commit is contained in:
Mikko Ahlroth 2015-04-18 12:51:02 +03:00
parent 99307a6b3e
commit 274736c587

View file

@ -3,8 +3,8 @@ defmodule Excoder.Mixfile do
def project do
[ app: :excoder,
version: "1.2.0",
elixir: "~> 0.15",
version: "1.3.0",
elixir: "~> 1.0",
deps: deps ]
end