From d52ad5b78ca10d8a7604ed7d210a7a74cf3a1edc Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Tue, 16 Jan 2024 04:02:36 -0500 Subject: [PATCH] Correct release version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 909b03f..414ed33 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveViewNativeHtml.MixProject do use Mix.Project - @version "0.3.0-beta.1" + @version "0.3.0-alpha.1" @source_url "https://github.com/liveview-native/live_view_native_html" def project do