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 149b9a8..707d078 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ An Elixir wrapper for the Zendesk API.
```elixir
def deps do
- [{:zendex, "~> 0.4.1"}]
+ [{:zendex, "~> 0.5.0"}]
end
```