@@ -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, [
@@ -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,