Feng Lee 10 лет назад
Родитель
Сommit
f0583a1c29
4 измененных файлов с 13 добавлено и 3 удалено
  1. 10 0
      CONTRIBUTORS
  2. 1 1
      apps/emqtt/src/emqtt.app.src
  3. 1 1
      apps/emqttd/src/emqttd.app.src
  4. 1 1
      rel/reltool.config

+ 10 - 0
CONTRIBUTORS

@@ -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 - 1
apps/emqtt/src/emqtt.app.src

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

+ 1 - 1
apps/emqttd/src/emqttd.app.src

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

+ 1 - 1
rel/reltool.config

@@ -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,