aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Blowers <sblowers@findmypast.com>2016-09-13 16:44:17 +0100
committerSteven Blowers <sblowers@findmypast.com>2016-09-13 16:44:17 +0100
commit682a74e4942561e1ff3f9dbe3afeaf19c4aec0ca (patch)
treee705c56fdd1a7b3cabad2e43b2fc72459928d53f /README.md
parentcc09ed8478cd98c246578e3714ddab459bd9b9a9 (diff)
downloadzendex-682a74e4942561e1ff3f9dbe3afeaf19c4aec0ca.tar.gz
zendex-682a74e4942561e1ff3f9dbe3afeaf19c4aec0ca.tar.xz
Update readme
Diffstat (limited to 'README.md')
-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
```