chore: update changes && bump app versions

This commit is contained in:
firest 2023-05-10 17:23:26 +08:00
parent 066ed5c6ec
commit f6a2f752ff
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_matrix, [
{description, "EMQX Enterprise MatrixDB Bridge"},
{vsn, "0.1.0"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_pgsql, [
{description, "EMQX Enterprise PostgreSQL Bridge"},
{vsn, "0.1.0"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_timescale, [
{description, "EMQX Enterprise TimescaleDB Bridge"},
{vsn, "0.1.0"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},

View File

@ -0,0 +1 @@
Refactor the directory structure of the PostgreSQL && Matrix && Timescale data bridges.