From a5a7f0a0f25732eaf4ea0c62b6650a5635102f1f Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Fri, 2 Aug 2024 13:33:26 -0400 Subject: [PATCH] v0.3.0-rc.3 --- CHANGELOG.md | 4 +++- README.md | 8 ++++---- mix.exs | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9362b..99081e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## v0.3.0-rc.2 +## v0.3.0-rc.3 + +*Note that v0.3.0-rc.2 was skipped due to a bad release issue* ### Breaking changes sine RC.1 diff --git a/README.md b/README.md index e31bb18..aa6c3c0 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ end In addition to `live_view_native` you may want to include some additional libraries: ```elixir -{:live_view_native, "~> 0.3.0-rc.2"}, -{:live_view_native_stylesheet, "~> 0.3.0-rc.2"}, -{:live_view_native_swiftui, "~> 0.3.0-rc.2"}, -{:live_view_native_live_form, "~> 0.3.0-rc.2"} +{:live_view_native, "~> 0.3.0-rc.3"}, +{:live_view_native_stylesheet, "~> 0.3.0-rc.3"}, +{:live_view_native_swiftui, "~> 0.3.0-rc.3"}, +{:live_view_native_live_form, "~> 0.3.0-rc.3"} ``` Then run: diff --git a/mix.exs b/mix.exs index 683a1e5..8ca567e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,8 @@ defmodule LiveViewNative.MixProject do use Mix.Project - @version "0.3.0-rc.2" + @version "0.3.0-rc.3 + " @source_url "https://github.com/liveview-native/live_view_native" def project do