@@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
- {vsn, "5.0.19"},
+ {vsn, "5.0.20"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_authn, [
{description, "EMQX Authentication"},
- {vsn, "0.1.14"},
+ {vsn, "0.1.15"},
{registered, [emqx_authn_sup, emqx_authn_registry]},
{applications, [kernel, stdlib, emqx_resource, emqx_connector, ehttpc, epgsql, mysql, jose]},
{application, emqx_bridge, [
{description, "EMQX bridges"},
- {vsn, "0.1.12"},
+ {vsn, "0.1.13"},
{mod, {emqx_bridge_app, []}},
{application, emqx_connector, [
{description, "EMQX Data Integration Connectors"},
- {vsn, "0.1.16"},
+ {vsn, "0.1.17"},
{mod, {emqx_connector_app, []}},
{application, emqx_resource, [
{description, "Manager for all external resources"},
- {vsn, "0.1.9"},
+ {vsn, "0.1.10"},
{mod, {emqx_resource_app, []}},
@@ -1,6 +1,6 @@
{application, emqx_ee_bridge, [
{description, "EMQX Enterprise data bridges"},
- {vsn, "0.1.6"},
+ {vsn, "0.1.7"},
kernel,
{application, emqx_ee_connector, [
{description, "EMQX Enterprise connectors"},