@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_connector, [
{description, "EMQX Data Integration Connectors"},
- {vsn, "0.1.27"},
+ {vsn, "0.1.28"},
{registered, []},
{mod, {emqx_connector_app, []}},
{applications, [
{application, emqx_modules, [
{description, "EMQX Modules"},
- {vsn, "5.0.18"},
+ {vsn, "5.0.19"},
{modules, []},
{applications, [kernel, stdlib, emqx, emqx_ctl]},
{mod, {emqx_modules_app, []}},
@@ -1,6 +1,6 @@
{application, emqx_oracle, [
{description, "EMQX Enterprise Oracle Database Connector"},
- {vsn, "0.1.4"},
+ {vsn, "0.1.5"},
kernel,
@@ -2,7 +2,7 @@
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
% strict semver, bump manually!
- {vsn, "5.0.21"},
+ {vsn, "5.0.22"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [kernel, stdlib, rulesql, getopt, emqx_ctl, uuid]},