diff --git a/mix.exs b/mix.exs index 93cd0154d..8a9ba6176 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveViewNative.SwiftUI.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" def project do [ diff --git a/priv/xcodegen/base_spec.yml b/priv/xcodegen/base_spec.yml index 60b15fc63..d68ee5889 100644 --- a/priv/xcodegen/base_spec.yml +++ b/priv/xcodegen/base_spec.yml @@ -10,7 +10,7 @@ options: packages: LiveViewNative: url: https://github.com/liveview-native/liveview-client-swiftui - version: 0.2.0 + version: 0.2.1 settings: CURRENT_PROJECT_VERSION: 1.0 INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}