aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <Justmichael@mail.ru>2015-08-29 12:47:53 +0500
committerMichael <Justmichael@mail.ru>2015-08-29 12:47:53 +0500
commite92c5630195e583362f851f5e88c886431bacbc5 (patch)
treeb8a793046877aa6714d4b01847a7cb65bc7237e6
parentfc94f0319713eb306e1c47100edbfa78f27ea0a7 (diff)
downloadrecaptcha-e92c5630195e583362f851f5e88c886431bacbc5.tar.gz
recaptcha-e92c5630195e583362f851f5e88c886431bacbc5.tar.xz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aec4575..f2a8bf4 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ A simple Elixir package for implementing [reCAPTCHA] in [Phoenix] applications.
```elixir
defp deps do
[
- {:recaptcha, "~> 0.0.1"},
+ {:recaptcha, "~> 1.0.0"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"}
]
end