25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Prepare hex.pm release

This commit is contained in:
Christophe Romain 2016-06-23 15:23:28 +02:00
parent 1794dd19d0
commit 06bf8cb032

View File

@ -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"},