aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-11-22 19:59:29 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-11-22 19:59:29 +0000
commitdcda6a48baab2e1d0f9eea4a587267307462ab6c (patch)
treedfa16580dfecfec9169a8df5164ca89f12a18de1
parent084435d6b96bcda01b225dd3d6824e6d989ef244 (diff)
downloadzendex-dcda6a48baab2e1d0f9eea4a587267307462ab6c.tar.gz
zendex-dcda6a48baab2e1d0f9eea4a587267307462ab6c.tar.xz
wrong hex # ! :(HEADmaster
-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 2f788d1..922eef9 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ An Elixir wrapper for the Zendesk API.
```elixir
def deps do
- [{:zendex, "~> 0.7.1"}]
+ [{:zendex, "~> 0.8.1"}]
end
```
diff --git a/mix.exs b/mix.exs
index f510741..052403f 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.7.1",
+ version: "0.8.1",
elixir: "~> 1.3",
description: description(),
build_embedded: Mix.env == :prod,