vsn 0.1.2

This commit is contained in:
Ery Lee 2012-12-26 15:38:16 +08:00
parent 3e6ba85eed
commit 52cca0a908
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Changes with emqtt 0.1.2 27 Dec 2012
*) Feature: release support like riak
*) Bugfix:
*) Bugfix: use ?INFO/?ERROR to print log in tcp_listener.erl
Changes with emqtt 0.1.1 24 Dec 2012

View File

@ -2,7 +2,7 @@
{lib_dirs, ["../..", "../lib"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "emqtt", "0.1.1",
{rel, "emqtt", "0.1.2",
[
kernel,
stdlib,

View File

@ -1,7 +1,7 @@
{application, emqtt,
[
{description, "erlang mqtt broker"},
{vsn, "0.1.1"},
{vsn, "0.1.2"},
{modules, [
emqtt,
emqtt_app,