@@ -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)
@@ -1,7 +1,7 @@
{application, emqtt,
[
{description, "Erlang MQTT Common Library"},
- {vsn, "0.8.3"},
+ {vsn, "0.8.4"},
{modules, []},
{registered, []},
{applications, [
{application, emqttd,
{description, "Erlang MQTT Broker"},
{applications, [kernel,
@@ -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,