chore(stomp): update appup.src

This commit is contained in:
JianBo He 2021-11-02 13:41:57 +08:00
parent 7734d6969c
commit fa2e97b1c5
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -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}]},
{<<".*">>,[]}]}.