Skip to content

Commit

Permalink
Merge pull request #25 from dmarkow/master
Browse files Browse the repository at this point in the history
Relax Elixir dependency to ~> 1.1
  • Loading branch information
robconery committed Jan 19, 2016
2 parents 56c58d7 + eca1149 commit f05f427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
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 f05f427

Please sign in to comment.