aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-10-30 18:42:10 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-10-30 18:42:10 +0000
commit0c19e15c7383ccfbc45bed6c7e4c38d814e60cf6 (patch)
tree7ba28fa8ff9dfdcbcc4635b44d6fc231590b11ea /README.md
parentcd44a0f361a6015275df2e0ad26a0529bf3f2cab (diff)
downloadzendex-0c19e15c7383ccfbc45bed6c7e4c38d814e60cf6.tar.gz
zendex-0c19e15c7383ccfbc45bed6c7e4c38d814e60cf6.tar.xz
upping hex version after publish
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 40d23c1..db64ce1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ An Elixir wrapper for the Zendesk API.
```elixir
def deps do
- [{:zendex, "~> 0.6.0"}]
+ [{:zendex, "~> 0.7.0"}]
end
```