Skip to content

Commit 4059372

Browse files
committed
0.3.0 release
1 parent 6f62564 commit 4059372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule LiveViewNative.SwiftUI.MixProject do
22
use Mix.Project
3-
@version "0.3.0-rc.4"
3+
@version "0.3.0"
44
@source_url "https://github.com/liveview-native/liveview-client-swiftui"
55

66
def project do

priv/templates/lvn.swiftui.gen/xcodegen/base_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages:
1313
from: "<%= @version %>"<%= if @live_form? do %>
1414
LiveViewNativeLiveForm:
1515
url: https://github.com/liveview-native/liveview-native-live-form
16-
from: "0.3.0-rc.3"<% end %>
16+
from: "0.3.0"<% end %>
1717
settings:
1818
CURRENT_PROJECT_VERSION: 1.0
1919
INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}

0 commit comments

Comments
 (0)