Skip to content

Commit 974d294

Browse files
committed
v0.2.0-rc.1
1 parent 7859c2d commit 974d294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule LiveViewNative.SwiftUI.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0-beta.3"
4+
@version "0.2.0-rc.1"
55

66
def project do
77
[
@@ -70,8 +70,8 @@ defmodule LiveViewNative.SwiftUI.MixProject do
7070
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
7171
{:makeup_swift, "~> 0.0.1"},
7272
{:makeup_json, "~> 0.1.0"},
73-
{:live_view_native_platform, "0.2.0-beta.2"},
74-
{:live_view_native_stylesheet, "0.2.0-beta.1"},
73+
{:live_view_native_platform, "0.2.0-rc.1"},
74+
{:live_view_native_stylesheet, "0.2.0-rc.1"},
7575
{:jason, "~> 1.2"},
7676
{:nimble_parsec, "~> 1.3"},
7777
]

0 commit comments

Comments
 (0)