Skip to content

Commit

Permalink
Merge pull request #8 from mitchellhenke/relax-elixir-version
Browse files Browse the repository at this point in the history
relax elixir version
  • Loading branch information
ericmj committed Oct 16, 2015
2 parents 4e96313 + 1e66cce commit e82afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ex2ms.Mixfile do
def project do
[ app: :ex2ms,
version: "1.3.0",
elixir: "~> 1.0.0-rc1 or ~> 1.0.0",
elixir: "~> 1.0",
description: description,
package: package,
deps: [] ]
Expand Down

0 comments on commit e82afb9

Please sign in to comment.