Skip to content

Commit b662a7f

Browse files
committed
v0.2.0
1 parent 45260ea commit b662a7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-rc.1"
4+
@version "0.2.0"
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-rc.1"},
74-
{:live_view_native_stylesheet, "0.2.0-rc.1"},
73+
{:live_view_native_platform, "0.2.0"},
74+
{:live_view_native_stylesheet, "0.2.0"},
7575
{:jason, "~> 1.2"},
7676
{:nimble_parsec, "~> 1.3"},
7777
]

priv/xcodegen/base_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ options:
1010
packages:
1111
LiveViewNative:
1212
url: https://github.com/liveview-native/liveview-client-swiftui
13-
version: 0.2.0-rc.1
13+
version: 0.2.0
1414
settings:
1515
CURRENT_PROJECT_VERSION: 1.0
1616
INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}

0 commit comments

Comments
 (0)