aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Seay <sam@manuka.co>2016-10-08 15:10:46 +1300
committerSamuel Seay <sam@manuka.co>2016-10-08 15:10:46 +1300
commita378782cede8ac35220fd346418a33933aeba3d6 (patch)
treeb3b6c601c484671ae6e661d52095ff4e0c54c62a
parent0615b46466cece8ce2160cc5093365f6dfe2081e (diff)
downloadrecaptcha-a378782cede8ac35220fd346418a33933aeba3d6.tar.gz
recaptcha-a378782cede8ac35220fd346418a33933aeba3d6.tar.xz
Bump to version 2.1.1HEAD2.1.1master
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index dcb823b..4ccc82b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Recaptcha.Mixfile do
def project do
[
app: :recaptcha,
- version: "2.0.1",
+ version: "2.1.1",
elixir: "~> 1.2",
description: description(),
deps: deps(),