This commit is contained in:
Feng Lee 2015-06-08 23:34:09 +08:00
parent bfc83b8c45
commit f0583a1c29
4 changed files with 13 additions and 3 deletions

10
CONTRIBUTORS Normal file
View File

@ -0,0 +1,10 @@
# CONTRIBUTORS
* [@callbay](https://github.com/callbay)
* [@hejin1026](https://github.com/hejin1026)
* [@desoulter](https://github.com/desoulter)
* [@turtleDeng](https://github.com/turtleDeng)
* [@Hades32](https://github.com/Hades32)
* [@huangdan](https://github.com/huangdan)

View File

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

View File

@ -1,7 +1,7 @@
{application, emqttd,
[
{description, "Erlang MQTT Broker"},
{vsn, "0.8.3"},
{vsn, "0.8.4"},
{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.3",
{rel, "emqttd", "0.8.4",
[
kernel,
stdlib,