aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--mix.exs2
2 files changed, 2 insertions, 2 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
```
diff --git a/mix.exs b/mix.exs
index 538fb40..41d57fd 100644
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Zendex.Mixfile do
def project do
[app: :zendex,
source_url: "https://github.com/shdblowers/zendex",
- version: "0.6.0",
+ version: "0.7.0",
elixir: "~> 1.3",
description: description(),
build_embedded: Mix.env == :prod,