diff options
author | Mickael Remond <mremond@process-one.net> | 2016-07-08 11:54:38 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-07-08 11:54:38 +0200 |
commit | 8e487b0aefa35d5e286d6322ae2e156188178bb1 (patch) | |
tree | 0ee5017001be9da46c2fcc1dc897712b42052950 | |
parent | Update Elixir dependencies (diff) |
Update mix version for hex.pm release16.06.1
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "16.06.0", + version: "16.06.1", description: description, elixir: "~> 1.2", elixirc_paths: ["lib"], |