Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Nov 4, 2024
1 parent 67709d1 commit af134f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you are already [running LiveView](https://hexdocs.pm/phoenix_live_view/insta
1. Add to your app's `deps`:

```elixir
{:live_admin, "~> 0.12.0"}
{:live_admin, "~> 0.13.0-dev"}
```

2. Configure module(s) to act as a LiveAdmin resource:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LiveAdmin.MixProject do
use Mix.Project

@version "0.12.0"
@version "0.13.0-dev"

def project do
[
Expand Down

0 comments on commit af134f5

Please sign in to comment.