0.8.4
This commit is contained in:
parent
bfc83b8c45
commit
f0583a1c29
|
@ -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, [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, emqttd,
|
||||
[
|
||||
{description, "Erlang MQTT Broker"},
|
||||
{vsn, "0.8.3"},
|
||||
{vsn, "0.8.4"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{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,
|
||||
|
|
Loading…
Reference in New Issue