From a8768b91bda67b0448c8ab2d4bf5eee4cd66efa4 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:04:48 +0100 Subject: [PATCH] Bump backpex version in installation guide to latest version --- guides/get_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/get_started/installation.md b/guides/get_started/installation.md index 243917ca..83402edc 100644 --- a/guides/get_started/installation.md +++ b/guides/get_started/installation.md @@ -67,7 +67,7 @@ In your `mix.exs`: defp deps do [ ... - {:backpex, "~> 0.8.0"} + {:backpex, "~> 0.10.0"} ] end ```