diff --git a/README.md b/README.md index 47cd8e5..2fb1581 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ of dependencies in `mix.exs`: ```elixir def deps do [ - {:ash_authentication_phoenix, "~> 0.5.0"} + {:ash_authentication_phoenix, "~> 1.0.0"} ] end ``` diff --git a/documentation/.gitkeep b/documentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/mix.exs b/mix.exs index f9747ce..979038a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule AshAuthentication.Phoenix.MixProject do @moduledoc false use Mix.Project - @version "0.5.0" + @version "1.0.0" def project do [