Skip to content

Commit

Permalink
v0.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jan 5, 2024
1 parent 58b1fe8 commit 9c43bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LiveViewNative.MixProject do
use Mix.Project

@version "0.2.0-beta.3"
@version "0.2.0-rc.1"

def project do
[
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule LiveViewNative.MixProject do
{:makeup_eex, ">= 0.1.1", only: :dev, runtime: false},
{:owl, "~> 0.8", runtime: false},
{:deep_merge, "~> 1.0"},
{:live_view_native_platform, "0.2.0-beta.2"}
{:live_view_native_platform, "0.2.0-rc.1"}
]
end

Expand Down

0 comments on commit 9c43bda

Please sign in to comment.