This commit is contained in:
Feng Lee 2015-06-03 23:50:31 +08:00
parent 053ddf6113
commit ead7b23330
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{application, emqtt,
[
{description, "Erlang MQTT Common Library"},
{vsn, "0.8.2"},
{vsn, "0.8.3"},
{modules, []},
{registered, []},
{applications, [

View File

@ -1,7 +1,7 @@
{application, emqttd,
[
{description, "Erlang MQTT Broker"},
{vsn, "0.8.2"},
{vsn, "0.8.3"},
{modules, []},
{registered, []},
{applications, [kernel,

View File

@ -4,7 +4,7 @@
{lib_dirs, ["../apps", "../deps", "../plugins"]},
{erts, [{mod_cond, derived}, {app_file, strip}]},
{app_file, strip},
{rel, "emqttd", "0.8.2",
{rel, "emqttd", "0.8.3",
[
kernel,
stdlib,