aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-06-23 15:23:28 +0200
committerChristophe Romain <christophe.romain@process-one.net>2016-06-23 15:23:28 +0200
commit06bf8cb03210475abf8c0d87ae57131ebfce3c67 (patch)
treeec24cf4453c7ddfcbcc0bcbfbdf4964dab91f27c /mix.exs
parentmod_pubsub: Fix matching of set_node/1 result (diff)
Prepare hex.pm release
Diffstat (limited to '')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 7313efeec..0806e1210 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "16.04.1",
+ version: "16.06.0",
description: description,
elixir: "~> 1.2",
elixirc_paths: ["lib"],
@@ -51,7 +51,7 @@ defmodule Ejabberd.Mixfile do
{:p1_oauth2, "~> 0.6.1"},
{:p1_xmlrpc, "~> 1.15"},
{:p1_mysql, "~> 1.0"},
- {:p1_pgsql, "~> 1.0"},
+ {:p1_pgsql, "~> 1.1"},
{:sqlite3, "~> 1.1"},
{:ezlib, "~> 1.0"},
{:iconv, "~> 1.0"},