chore: fix missing 1.0.0 version.

The branch protection rule stopped git_ops from being able to push.
This commit is contained in:
James Harton 2022-12-08 16:07:43 +13:00
parent bf07a3ac19
commit 3f856179c4
3 changed files with 2 additions and 2 deletions

View file

@ -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
```

0
documentation/.gitkeep Normal file
View file

View file

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