We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621a9c commit 03d9e91Copy full SHA for 03d9e91
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveViewNative.SwiftUI.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.2.1"
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
+ version: 0.2.1
14
settings:
15
CURRENT_PROJECT_VERSION: 1.0
16
INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}
0 commit comments