aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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,