From 2b50aad6b0a3c69aefedd9961234f47886969748 Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Thu, 26 Dec 2024 10:34:46 -0500 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c8d7b5..ed5ad7a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add `live_view_native` to your list of dependencies in the `mix.exs` file. In ad ```elixir {:live_view_native, "~> 0.4.0-rc.0"}, -{:live_view_native_stylesheet, "~> 0.3.1"}, +{:live_view_native_stylesheet, "~> 0.3.2"}, {:live_view_native_swiftui, "~> 0.4.0-rc.0"}, {:live_view_native_live_form, "~> 0.4.0-rc.0"} ```