Skip to content

Commit

Permalink
chore(stomp): update appup.src
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Nov 2, 2021
1 parent 7734d69 commit fa2e97b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/emqx_stomp/src/emqx_stomp.app.src
Original file line number Diff line number Diff line change
@@ -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]},
Expand Down
8 changes: 8 additions & 0 deletions apps/emqx_stomp/src/emqx_stomp.appup.src
Original file line number Diff line number Diff line change
@@ -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}]},
{<<".*">>,[]}]}.

0 comments on commit fa2e97b

Please sign in to comment.