Skip to content

Commit

Permalink
Relax Elixir dependency to ~> 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkow committed Jan 19, 2016
1 parent 56c58d7 commit eca1149
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 @@ -6,7 +6,7 @@ defmodule Stripe.Mixfile do
version: "1.1.0",
description: "A Stripe Library for Elixir",
package: package,
elixir: "~> 1.1.1",
elixir: "~> 1.1",
deps: deps(Mix.env) ]
end

Expand Down

0 comments on commit eca1149

Please sign in to comment.