chore(relup): update appup file
This commit is contained in:
parent
e0336e60da
commit
a84b6b74bd
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_web_hook,
|
||||
[{description, "EMQ X WebHook Plugin"},
|
||||
{vsn, "4.3.4"}, % strict semver, bump manually!
|
||||
{vsn, "4.3.5"}, % strict semver, bump manually!
|
||||
{modules, []},
|
||||
{registered, [emqx_web_hook_sup]},
|
||||
{applications, [kernel,stdlib,ehttpc]},
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
{apply,{emqx_rule_engine, refresh_resource, [web_hook]}}
|
||||
]},
|
||||
{<<"4.3.3">>, []},
|
||||
{<<"4.3.4">>, [
|
||||
{load_module, emqx_web_hook_actions, brutal_purge, soft_purge, []},
|
||||
{apply,{emqx_rule_engine, refresh_resource, [web_hook]}}
|
||||
]},
|
||||
{<<".*">>, []}
|
||||
],
|
||||
[
|
||||
|
@ -21,6 +25,10 @@
|
|||
{apply, {emqx_rule_engine, refresh_resource, [web_hook]}}
|
||||
]},
|
||||
{<<"4.3.3">>, []},
|
||||
{<<"4.3.4">>, [
|
||||
{load_module, emqx_web_hook_actions, brutal_purge, soft_purge, []},
|
||||
{apply,{emqx_rule_engine, refresh_resource, [web_hook]}}
|
||||
]},
|
||||
{<<".*">>, []}
|
||||
]
|
||||
}.
|
||||
|
|
Loading…
Reference in New Issue