We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cddff5 commit 738155fCopy full SHA for 738155f
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveViewNative.SwiftUI.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0-beta.2"
+ @version "0.2.0-beta.3"
5
6
def project do
7
[
priv/xcodegen/base_spec.yml
@@ -10,7 +10,7 @@ options:
10
packages:
11
LiveViewNative:
12
url: https://github.com/liveview-native/liveview-client-swiftui
13
- version: 0.2.0-beta.2
+ version: 0.2.0-beta.3
14
settings:
15
CURRENT_PROJECT_VERSION: 1.0
16
INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}
0 commit comments