Skip to content

Commit

Permalink
Merge pull request #6040 from HJianBo/refactor-stomp-gw
Browse files Browse the repository at this point in the history
Refactor stomp gw
  • Loading branch information
tigercl committed Nov 4, 2021
2 parents 8dfafc4 + f36abc2 commit e79085c
Show file tree
Hide file tree
Showing 9 changed files with 804 additions and 189 deletions.
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}]},
{<<".*">>,[]}]}.

0 comments on commit e79085c

Please sign in to comment.