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 93c789a..5856caa 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ An Elixir wrapper for the Zendesk API.
```elixir
def deps do
- [{:zendex, "~> 0.5.0"}]
+ [{:zendex, "~> 0.6.0"}]
end
```