@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_authn, [
{description, "EMQX Authentication"},
- {vsn, "0.1.27"},
+ {vsn, "0.1.28"},
{modules, []},
{registered, [emqx_authn_sup, emqx_authn_registry]},
{applications, [
@@ -42,8 +42,8 @@ roots() -> [].
injected_fields() ->
#{
- 'mqtt.listener' => global_auth_fields(),
- 'roots.high' => mqtt_listener_auth_fields()
+ 'mqtt.listener' => mqtt_listener_auth_fields(),
+ 'roots.high' => global_auth_fields()
}.
tags() ->