aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <Justmichael@mail.ru>2015-12-08 20:43:20 +0500
committerMichael <Justmichael@mail.ru>2015-12-08 20:43:20 +0500
commit7ff101f0fa5aaf52df07d37584472521c4b3cc55 (patch)
tree095d2334ee857208ccef9383ef0537d2b2f23ad8
parent7a8d937ef71ce5b38f02ef62545a5fdc7406413f (diff)
downloadrecaptcha-7ff101f0fa5aaf52df07d37584472521c4b3cc55.tar.gz
recaptcha-7ff101f0fa5aaf52df07d37584472521c4b3cc55.tar.xz
Update mix.exs
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index d09026d..bf4dc31 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Recaptcha.Mixfile do
def project do
[app: :recaptcha,
- version: "1.1.0",
+ version: "1.1.1",
elixir: "~> 1.0",
description: description,
deps: deps,
@@ -22,7 +22,7 @@ defmodule Recaptcha.Mixfile do
defp deps do
[
- {:httpoison, "~> 0.7.2"},
+ {:httpoison, "~> 0.7"},
{:poison, "~> 1.5"}
]
end