diff --git a/ui-react-native/sdk/trinsic-react-native-ui.podspec b/ui-react-native/sdk/trinsic-react-native-ui.podspec index bba7c019..22a6373d 100644 --- a/ui-react-native/sdk/trinsic-react-native-ui.podspec +++ b/ui-react-native/sdk/trinsic-react-native-ui.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = ["ios/**/*.{h,m,mm,cpp}"] # Public headers s.public_header_files = 'ios/**/*.h' - s.dependency 'TrinsicUI', '0.3.11' + s.dependency 'TrinsicUI', '0.3.13' # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0. # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79. diff --git a/versions.json b/versions.json index c249b802..7e42ca07 100644 --- a/versions.json +++ b/versions.json @@ -9,8 +9,8 @@ "rubyPatchVersion": "0", "webPatchVersion": "0", - "swiftUIVersion": "0.3.12", + "swiftUIVersion": "0.3.13", "androidUIVersion": "0.3.3", "flutterUIVersion": "0.1.0", - "reactNativeUIVersion": "0.1.3" + "reactNativeUIVersion": "0.1.5" }