@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auth, [
{description, "EMQX Authentication and authorization"},
- {vsn, "0.4.0"},
+ {vsn, "0.4.1"},
{modules, []},
{registered, [emqx_auth_sup]},
{applications, [
@@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
- {vsn, "5.1.4"},
+ {vsn, "5.1.5"},
{registered, [emqx_dashboard_sup]},
{application, emqx_gateway, [
{description, "The Gateway management application"},
- {vsn, "0.2.0"},
+ {vsn, "0.2.1"},
{registered, []},
{mod, {emqx_gateway_app, []}},