Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-06-23 16:23:28 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-06-23 16:23:28 +0300
commit06bf8cb03210475abf8c0d87ae57131ebfce3c67 (patch)
treeec24cf4453c7ddfcbcc0bcbfbdf4964dab91f27c /mix.exs
parent1794dd19d00305a8f332e4bbf7544bdf729abfba (diff)
Prepare hex.pm release
Diffstat (limited to 'mix.exs')
-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"},