We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f62564 commit 4059372Copy full SHA for 4059372
mix.exs
@@ -1,6 +1,6 @@
1
defmodule LiveViewNative.SwiftUI.MixProject do
2
use Mix.Project
3
- @version "0.3.0-rc.4"
+ @version "0.3.0"
4
@source_url "https://github.com/liveview-native/liveview-client-swiftui"
5
6
def project do
priv/templates/lvn.swiftui.gen/xcodegen/base_spec.yml
@@ -13,7 +13,7 @@ packages:
13
from: "<%= @version %>"<%= if @live_form? do %>
14
LiveViewNativeLiveForm:
15
url: https://github.com/liveview-native/liveview-native-live-form
16
- from: "0.3.0-rc.3"<% end %>
+ from: "0.3.0"<% end %>
17
settings:
18
CURRENT_PROJECT_VERSION: 1.0
19
INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}
0 commit comments