Merge pull request #6810 from HJianBo/fix-slow-subs-appvsn

fix(plugin-lib): bump vsn to 4.4.1
This commit is contained in:
JianBo He 2022-01-20 17:33:10 +08:00 committed by GitHub
commit 64a1466af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_plugin_libs, {application, emqx_plugin_libs,
[{description, "EMQ X Plugin utility libs"}, [{description, "EMQ X Plugin utility libs"},
{vsn, "4.4.0"}, {vsn, "4.4.1"},
{modules, []}, {modules, []},
{applications, [kernel,stdlib]}, {applications, [kernel,stdlib]},
{env, []} {env, []}

View File

@ -1,16 +1,13 @@
%% -*-: erlang -*- %% -*- mode: erlang -*-
{VSN, {VSN,
[ [{"4.4.0",
{<<"4.3.0">>, [ [ {load_module,emqx_slow_subs,brutal_purge,soft_purge,[]}
{load_module, emqx_plugin_libs_ssl, brutal_purge, soft_purge, []} , {load_module,emqx_slow_subs_api,brutal_purge,soft_purge,[]}
]}, ]},
{<<".*">>, []} {<<".*">>,[]}],
], [{"4.4.0",
[ [ {load_module,emqx_slow_subs,brutal_purge,soft_purge,[]}
{<<"4.3.0">>, [ , {load_module,emqx_slow_subs_api,brutal_purge,soft_purge,[]}
{load_module, emqx_plugin_libs_ssl, brutal_purge, soft_purge, []}
]}, ]},
{<<".*">>, []} {<<".*">>,[]}]
]
}. }.