aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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