Sfoglia il codice sorgente

chore(stomp): update appup.src

JianBo He 4 anni fa
parent
commit
fa2e97b1c5

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

@@ -1,6 +1,6 @@
 {application, emqx_stomp,
  [{description, "EMQ X Stomp Protocol Plugin"},
-  {vsn, "4.3.0"}, % strict semver, bump manually!
+  {vsn, "4.3.1"}, % strict semver, bump manually!
   {modules, []},
   {registered, [emqx_stomp_sup]},
   {applications, [kernel,stdlib]},

+ 8 - 0
apps/emqx_stomp/src/emqx_stomp.appup.src

@@ -0,0 +1,8 @@
+%% -*- mode: erlang -*-
+{"4.3.1",
+  [{"4.3.0",
+    [{restart_application,emqx_auth_http}]},
+   {<<".*">>,[]}],
+  [{"4.3.0",
+     [{restart_application,emqx_auth_http}]},
+   {<<".*">>,[]}]}.