chore(relup): update appup file

This commit is contained in:
Turtle 2021-08-12 15:06:19 +08:00 committed by turtleDeng
parent e0336e60da
commit a84b6b74bd
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_web_hook, {application, emqx_web_hook,
[{description, "EMQ X WebHook Plugin"}, [{description, "EMQ X WebHook Plugin"},
{vsn, "4.3.4"}, % strict semver, bump manually! {vsn, "4.3.5"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, [emqx_web_hook_sup]}, {registered, [emqx_web_hook_sup]},
{applications, [kernel,stdlib,ehttpc]}, {applications, [kernel,stdlib,ehttpc]},

View File

@ -10,6 +10,10 @@
{apply,{emqx_rule_engine, refresh_resource, [web_hook]}} {apply,{emqx_rule_engine, refresh_resource, [web_hook]}}
]}, ]},
{<<"4.3.3">>, []}, {<<"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]}} {apply, {emqx_rule_engine, refresh_resource, [web_hook]}}
]}, ]},
{<<"4.3.3">>, []}, {<<"4.3.3">>, []},
{<<"4.3.4">>, [
{load_module, emqx_web_hook_actions, brutal_purge, soft_purge, []},
{apply,{emqx_rule_engine, refresh_resource, [web_hook]}}
]},
{<<".*">>, []} {<<".*">>, []}
] ]
}. }.