@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.4.0"},
+ {vsn, "5.4.1"},
{modules, []},
{registered, []},
{applications, [
@@ -1,6 +1,6 @@
{application, emqx_ds_shared_sub, [
{description, "EMQX DS Shared Subscriptions"},
- {vsn, "0.1.0"},
+ {vsn, "0.1.1"},
{registered, [emqx_ds_shared_sub_sup]},
{mod, {emqx_ds_shared_sub_app, []}},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
- {vsn, "0.3.4"},
+ {vsn, "0.3.5"},
{applications, [kernel, stdlib, emqx_ctl, redbug]},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.3.0"},
+ {vsn, "5.3.1"},
{registered, [emqx_management_sup]},