aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9db70e6..c7afe41 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Zendex.Mixfile do
def project do
[app: :zendex,
- version: "0.3.0",
+ version: "0.4.0",
elixir: "~> 1.3",
description: description(),
build_embedded: Mix.env == :prod,