From af134f576b77ed756efde985d3028cf0448f6f56 Mon Sep 17 00:00:00 2001 From: T Floyd Wright Date: Sun, 3 Nov 2024 22:40:36 -0600 Subject: [PATCH] Bump dev version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e367b1e..ccd1afc 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/mix.exs b/mix.exs index bcf7d47..5b04f10 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveAdmin.MixProject do use Mix.Project - @version "0.12.0" + @version "0.13.0-dev" def project do [