chore: bump app vsns
This commit is contained in:
parent
616f14ae53
commit
9a1d3ea04f
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_bridge_s3, [
|
{application, emqx_bridge_s3, [
|
||||||
{description, "EMQX Enterprise S3 Bridge"},
|
{description, "EMQX Enterprise S3 Bridge"},
|
||||||
{vsn, "0.1.1"},
|
{vsn, "0.1.2"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{application, emqx_connector_aggregator, [
|
{application, emqx_connector_aggregator, [
|
||||||
{description, "EMQX Enterprise Connector Data Aggregator"},
|
{description, "EMQX Enterprise Connector Data Aggregator"},
|
||||||
{vsn, "0.1.0"},
|
{vsn, "0.1.1"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{id, "emqx_machine"},
|
{id, "emqx_machine"},
|
||||||
{description, "The EMQX Machine"},
|
{description, "The EMQX Machine"},
|
||||||
% strict semver, bump manually!
|
% strict semver, bump manually!
|
||||||
{vsn, "0.3.0"},
|
{vsn, "0.3.1"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, emqx_ctl]},
|
{applications, [kernel, stdlib, emqx_ctl]},
|
||||||
|
|
Loading…
Reference in New Issue