diff --git a/lib/nitroux/utils.ex b/lib/nitroux/utils.ex index ab24f97..40dea41 100644 --- a/lib/nitroux/utils.ex +++ b/lib/nitroux/utils.ex @@ -1,7 +1,7 @@ defmodule Nitroux.Utils do alias Nitroux.Types.GlobalAttributes @type tag :: String.t() - @spec tag(any, map() | [tag] | tag, boolean()) :: tag() + @spec tag(any, Keyword.t() | map() | [tag] | tag, boolean()) :: tag() @doc """ Generates dynamic open and closing tags around content iex> Nitroux.Utils.tag("div", []) diff --git a/mix.exs b/mix.exs index 3ab3473..24457c6 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Nitroux.MixProject do def project do [ app: :nitroux, - version: "0.4.2", + version: "0.4.3", elixir: "~> 1.13", name: "nitroux", description: description(),