feat(ft-api): bump app versions

This commit is contained in:
Ilya Averyanov 2023-07-07 19:17:22 +03:00
parent e0353ab750
commit 56c81c2c25
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_ft, [
{description, "EMQX file transfer over MQTT"},
{vsn, "0.1.3"},
{vsn, "0.1.4"},
{registered, []},
{mod, {emqx_ft_app, []}},
{applications, [

View File

@ -2,7 +2,7 @@
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
% strict semver, bump manually!
{vsn, "5.0.4"},
{vsn, "5.0.5"},
{modules, [
emqx_utils,
emqx_utils_api,