chore: bump emqx_sn to 4.3.4
This commit is contained in:
parent
41a547d36d
commit
f14a9d7da6
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_sn,
|
{application, emqx_sn,
|
||||||
[{description, "EMQ X MQTT-SN Plugin"},
|
[{description, "EMQ X MQTT-SN Plugin"},
|
||||||
{vsn, "4.3.3"}, % strict semver, bump manually!
|
{vsn, "4.3.4"}, % strict semver, bump manually!
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel,stdlib,esockd]},
|
{applications, [kernel,stdlib,esockd]},
|
||||||
|
|
|
@ -1,18 +1,24 @@
|
||||||
%% -*-: erlang -*-
|
%% -*-: erlang -*-
|
||||||
{VSN,
|
{VSN,
|
||||||
[
|
[
|
||||||
|
{"4.3.3", [
|
||||||
|
{load_module, emqx_sn_registry, brutal_purge, soft_purge, []}
|
||||||
|
]},
|
||||||
{"4.3.2", [
|
{"4.3.2", [
|
||||||
{load_module, emqx_sn_gateway, brutal_purge, soft_purge, []}
|
{load_module, emqx_sn_gateway, brutal_purge, soft_purge, []}
|
||||||
]},
|
]},
|
||||||
{<<"4.3.[0-1]">>, [
|
{<<"4\\.3\\.[0-1]">>, [
|
||||||
{restart_application, emqx_sn}
|
{restart_application, emqx_sn}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
{"4.3.3", [
|
||||||
|
{load_module, emqx_sn_registry, brutal_purge, soft_purge, []}
|
||||||
|
]},
|
||||||
{"4.3.2", [
|
{"4.3.2", [
|
||||||
{load_module, emqx_sn_gateway, brutal_purge, soft_purge, []}
|
{load_module, emqx_sn_gateway, brutal_purge, soft_purge, []}
|
||||||
]},
|
]},
|
||||||
{<<"4.3.[0-1]">>, [
|
{<<"4\\.3\\.[0-1]">>, [
|
||||||
{restart_application, emqx_sn}
|
{restart_application, emqx_sn}
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue