fix(lwm2m): bump version in appup and add upgrade instructions

This commit is contained in:
Zaiming Shi 2021-10-21 14:31:59 +02:00
parent 4896c03881
commit 224cc0d5c7
1 changed files with 7 additions and 5 deletions

View File

@ -1,19 +1,21 @@
%% -*-: erlang -*- %% -*-: erlang -*-
{"4.3.3", {"4.3.4",
[ [
{<<"4.3.[0-1]">>, [ {<<"4\\.3\\.[0-1]">>, [
{restart_application, emqx_lwm2m} {restart_application, emqx_lwm2m}
]}, ]},
{"4.3.2", [ {"4.3.2", [
{load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []} {load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []}
]} ]},
{"4.3.3", []} %% only config change
], ],
[ [
{<<"4.3.[0-1]">>, [ {<<"4\\.3\\.[0-1]">>, [
{restart_application, emqx_lwm2m} {restart_application, emqx_lwm2m}
]}, ]},
{"4.3.2", [ {"4.3.2", [
{load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []} {load_module, emqx_lwm2m_message, brutal_purge, soft_purge, []}
]} ]},
{"4.3.3", []} %% only config change
] ]
}. }.