From 0811d24ef85eaf65efa40f2c7ab0c3b342d0fdcc Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Wed, 21 Aug 2024 09:34:21 -0400 Subject: [PATCH] 0.3.0 release --- CHANGELOG.md | 2 +- README.md | 10 +++++----- mix.exs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23a735..678d085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2024-08-21 ### Added diff --git a/README.md b/README.md index 28645d1..ae94c31 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ To get started with LiveView Native, you'll need to have an existing [Phoenix Ap Add `live_view_native` to your list of dependencies in the `mix.exs` file. In addition to `live_view_native` you may want to include some additional libraries: ```elixir -{:live_view_native, "~> 0.3.0-rc.4"}, -{:live_view_native_stylesheet, "~> 0.3.0-rc.4"}, -{:live_view_native_swiftui, "~> 0.3.0-rc.4"}, -{:live_view_native_live_form, "~> 0.3.0-rc.3"} +{:live_view_native, "~> 0.3.0"}, +{:live_view_native_stylesheet, "~> 0.3.0"}, +{:live_view_native_swiftui, "~> 0.3.0"}, +{:live_view_native_live_form, "~> 0.3.0"} ``` Then run: @@ -74,4 +74,4 @@ LiveView Native enables client frameworks such as: Have a question or want some help with LiveView Native? -Check out the `#liveview-native` channel on the [Elixir Lang Slack](https://elixir-lang.slack.com/). \ No newline at end of file +Check out the `#liveview-native` channel on the [Elixir Lang Slack](https://elixir-lang.slack.com/). diff --git a/mix.exs b/mix.exs index 805649d..37199ca 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveViewNative.MixProject do use Mix.Project - @version "0.3.0-rc.4" + @version "0.3.0" @source_url "https://github.com/liveview-native/live_view_native" def project do