Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor stomp gw #6040

Merged
merged 14 commits into from
Nov 4, 2021
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_stomp}]},
{<<".*">>,[]}],
[{"4.3.0",
[{restart_application,emqx_stomp}]},
{<<".*">>,[]}]}.