diff --git a/mix.exs b/mix.exs index bf04abf2d..53c59fdd9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LiveViewNative.SwiftUI.MixProject do use Mix.Project - @version "0.2.0-beta.2" + @version "0.2.0-beta.3" def project do [ diff --git a/priv/xcodegen/base_spec.yml b/priv/xcodegen/base_spec.yml index 63af58e4e..46bae5d1a 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-beta.2 + version: 0.2.0-beta.3 settings: CURRENT_PROJECT_VERSION: 1.0 INFOPLIST_KEY_CFBundleDisplayName: ${LVN_APP_NAME}