@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.4.3"},
+ {vsn, "5.5.0"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_bridge, [
{description, "EMQX bridges"},
- {vsn, "0.2.7"},
+ {vsn, "0.2.8"},
{registered, [emqx_bridge_sup]},
{mod, {emqx_bridge_app, []}},
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
- {vsn, "5.1.7"},
+ {vsn, "5.2.0"},
{registered, [emqx_dashboard_sup]},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.3.3"},
+ {vsn, "5.3.4"},
{registered, [emqx_management_sup]},
{application, emqx_resource, [
{description, "Manager for all external resources"},
- {vsn, "0.1.36"},
+ {vsn, "0.1.37"},
{mod, {emqx_resource_app, []}},
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
- {vsn, "5.4.2"},
+ {vsn, "5.4.3"},
{modules, [
emqx_utils,
emqx_utils_api,