@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auto_subscribe, [
{description, "An OTP application"},
- {vsn, "0.1.1"},
+ {vsn, "0.1.2"},
{registered, []},
{mod, {emqx_auto_subscribe_app, []}},
{applications, [
{application, emqx_exhook, [
{description, "EMQX Extension for Hook"},
- {vsn, "5.0.4"},
+ {vsn, "5.0.5"},
{modules, []},
{mod, {emqx_exhook_app, []}},
@@ -2,7 +2,7 @@
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
% strict semver, bump manually!
- {vsn, "5.0.5"},
+ {vsn, "5.0.6"},
{registered, [emqx_management_sup]},
{applications, [kernel, stdlib, emqx_plugins, minirest, emqx]},