Skip to content

Commit

Permalink
v0.3.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Aug 2, 2024
1 parent 5375c58 commit a5a7f0a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a5a7f0a

Please sign in to comment.