diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac45c2..8b6854b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.0-hotfix + +* Align the version in .podspec with the package version (fix compilation errors under ios/mac). + ## 1.1.0 * Set subscription to allowed when subscribed. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 1520435..7582ac8 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -5,7 +5,7 @@ PODS: - flutter_webrtc (0.9.2): - Flutter - WebRTC-SDK (= 104.5112.02) - - livekit_client (1.0.0): + - livekit_client (1.1.0): - Flutter - WebRTC-SDK (~> 104.5112.02) - path_provider_ios (0.0.1): @@ -44,7 +44,7 @@ SPEC CHECKSUMS: device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a flutter_webrtc: af1337911865d904b45c5fc95605115af4d0cdc8 - livekit_client: 43ed7a2166f0bbb49682249d33a25003206fa259 + livekit_client: f0343eef54a12a4b831d3ec1085760f13eca9ae3 path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622 diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index 10b1f05..da21406 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -5,7 +5,7 @@ PODS: - FlutterMacOS - WebRTC-SDK (= 104.5112.02) - FlutterMacOS (1.0.0) - - livekit_client (1.0.0): + - livekit_client (1.1.0): - FlutterMacOS - WebRTC-SDK (~> 104.5112.02) - path_provider_macos (0.0.1): @@ -44,7 +44,7 @@ SPEC CHECKSUMS: device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7 flutter_webrtc: e4c5ac172da404d18f31d46ca8144ddd871551ea FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424 - livekit_client: ec8c0e97144ba29ae8d3b8c12d14549b38ef2d2d + livekit_client: d3f90a194a0102e5987dc80dcc3ccb5890c17a43 path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19 shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727 WebRTC-SDK: e0589abeb63db07a4ca1f45c82ba0f1a72e61622 diff --git a/example/pubspec.lock b/example/pubspec.lock index 374ad7c..45b6bf0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -225,7 +225,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.1.0-hotifx" logging: dependency: "direct main" description: diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 5333dff..4c7926b 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '1.0.0' + s.version = '1.1.0' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 997b633..d9031ba 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '1.0.0' + s.version = '1.1.0' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/pubspec.yaml b/pubspec.yaml index 47e60cf..76efb59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 1.1.0 +version: 1.1.0-hotfix homepage: https://livekit.io environment: