chore(relup): update appup

This commit is contained in:
Turtle 2021-07-30 14:09:13 +08:00 committed by turtleDeng
parent 2479c2a80b
commit 49a00c3412
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_mqtt, {application, emqx_bridge_mqtt,
[{description, "EMQ X Bridge to MQTT Broker"}, [{description, "EMQ X Bridge to MQTT Broker"},
{vsn, "4.3.1"}, % strict semver, bump manually! {vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel,stdlib,replayq,emqtt]}, {applications, [kernel,stdlib,replayq,emqtt]},

View File

@ -5,12 +5,14 @@
{"4.3.0", [ {"4.3.0", [
{load_module, emqx_bridge_worker, brutal_purge, soft_purge, []} {load_module, emqx_bridge_worker, brutal_purge, soft_purge, []}
]}, ]},
{"4.3.1", []},
{<<".*">>, []} {<<".*">>, []}
], ],
[ [
{"4.3.0", [ {"4.3.0", [
{load_module, emqx_bridge_worker, brutal_purge, soft_purge, []} {load_module, emqx_bridge_worker, brutal_purge, soft_purge, []}
]}, ]},
{"4.3.1", []},
{<<".*">>, []} {<<".*">>, []}
] ]
}. }.