Skip to content

Commit

Permalink
Bump to 1.4.0 and relax Elixir constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSch committed Feb 18, 2016
1 parent e82afb9 commit 8d6f13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Ex2ms.Mixfile do

def project do
[ app: :ex2ms,
version: "1.3.0",
elixir: "~> 1.0",
version: "1.4.0",
elixir: "<= 1.3.0",

This comment has been minimized.

Copy link
@ericmj

ericmj Jul 5, 2016

Owner

What's up with this change? :)

This comment has been minimized.

Copy link
@grempe

grempe Dec 1, 2016

Contributor

This appears to be the root cause of the following bug report filed on a project of mine:

grempe/ex_rated#15

description: description,
package: package,
deps: [] ]
Expand All @@ -22,7 +22,7 @@ defmodule Ex2ms.Mixfile do

defp package do
[ files: ["lib", "mix.exs", "README.md"],
contributors: ["Eric Meadows-Jönsson", "Martin Schurrer"],
maintainers: ["Eric Meadows-Jönsson", "Martin Schurrer"],
licenses: ["Apache 2.0"],
links: %{ "GitHub" => "https://github.com/ericmj/ex2ms" } ]
end
Expand Down

0 comments on commit 8d6f13a

Please sign in to comment.