@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.1.12"},
+ {vsn, "5.1.13"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_bridge_kafka, [
{description, "EMQX Enterprise Kafka Bridge"},
- {vsn, "0.1.10"},
+ {vsn, "0.1.11"},
{registered, [emqx_bridge_kafka_consumer_sup]},
kernel,
@@ -1,6 +1,6 @@
{application, emqx_conf, [
{description, "EMQX configuration management"},
- {vsn, "0.1.29"},
+ {vsn, "0.1.30"},
{mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib, emqx_ctl]},
{application, emqx_gateway_coap, [
{description, "CoAP Gateway"},
- {vsn, "0.1.3"},
+ {vsn, "0.1.4"},
{applications, [kernel, stdlib, emqx, emqx_gateway]},
{env, []},
{application, emqx_gateway_mqttsn, [
{description, "MQTT-SN Gateway"},
- {vsn, "0.1.4"},
+ {vsn, "0.1.5"},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
- {vsn, "0.2.14"},
+ {vsn, "0.2.15"},
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
- {vsn, "5.0.9"},
+ {vsn, "5.0.10"},
{modules, [
emqx_utils,
emqx_utils_api,