chore(stomp): update appup.src
This commit is contained in:
parent
7734d6969c
commit
fa2e97b1c5
|
@ -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]},
|
||||
|
|
|
@ -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}]},
|
||||
{<<".*">>,[]}]}.
|
Loading…
Reference in New Issue