aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-11-22 19:58:05 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-11-22 19:58:05 +0000
commit084435d6b96bcda01b225dd3d6824e6d989ef244 (patch)
treec4ff2975bcb3815bee002bf51b5026e106eb3352 /mix.exs
parent088cd593dfa638655bb77923197a50e1c4a7a336 (diff)
downloadzendex-084435d6b96bcda01b225dd3d6824e6d989ef244.tar.gz
zendex-084435d6b96bcda01b225dd3d6824e6d989ef244.tar.xz
publishing new version to hex with meck and MIT license
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 30f508f..f510741 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.0",
+ version: "0.7.1",
elixir: "~> 1.3",
description: description(),
build_embedded: Mix.env == :prod,