From 00f31505a192f6436309f86939b8a2b27af1d1f8 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 +++- mix.exs | 3 ++- 2 files changed, 5 insertions(+), 2 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/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