diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 9d4ed1b..4531c84 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -173,7 +173,7 @@ PODS: - in_app_review (2.0.0): - Flutter - Kingfisher (8.1.3) - - livekit_client (2.3.3): + - livekit_client (2.3.4): - Flutter - flutter_webrtc - WebRTC-SDK (= 125.6422.06) @@ -391,7 +391,7 @@ SPEC CHECKSUMS: image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1 in_app_review: a31b5257259646ea78e0e35fc914979b0031d011 Kingfisher: f2af9028b16baf9dc6c07c570072bc41cbf009ef - livekit_client: 02cf2cc4357a655af12ccee70ff5596ae4e6feef + livekit_client: 4eaa7a2968fc7e7c57888f43d90394547cc8d9e9 media_kit_libs_ios_video: a5fe24bc7875ccd6378a0978c13185e1344651c1 media_kit_native_event_loop: e6b2ab20cf0746eb1c33be961fcf79667304fa2a media_kit_video: 5da63f157170e5bf303bf85453b7ef6971218a2e diff --git a/macos/Podfile.lock b/macos/Podfile.lock index bccd500..caa3d5a 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -134,7 +134,7 @@ PODS: - GoogleUtilities/Privacy - in_app_review (2.0.0): - FlutterMacOS - - livekit_client (2.3.3): + - livekit_client (2.3.4): - flutter_webrtc - FlutterMacOS - WebRTC-SDK (= 125.6422.06) @@ -304,7 +304,7 @@ SPEC CHECKSUMS: GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7 GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d in_app_review: a6a031b9acd03c7d103e341aa334adf2c493fb93 - livekit_client: 8b1b90a6f2445d127a018ce93cc8cf6d8ab62982 + livekit_client: b7ab91e79e657d7d40da16cb2f90d517cb72d406 media_kit_libs_macos_video: b3e2bbec2eef97c285f2b1baa7963c67c753fb82 media_kit_native_event_loop: 81fd5b45192b72f8b5b69eaf5b540f45777eb8d5 media_kit_video: c75b07f14d59706c775778e4dd47dd027de8d1e5 diff --git a/pubspec.lock b/pubspec.lock index 39c5356..01d82d8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1086,10 +1086,10 @@ packages: dependency: "direct main" description: name: livekit_client - sha256: a3ff529fe6745ee40cdedcd021d81c4a6ad946dd495e782596f2856eeeabc739 + sha256: "7cdeb3eaeec7fb70a4cf88d9caabccbef9e3bd5f0b23c086320bc5c9acb2770b" url: "https://pub.dev" source: hosted - version: "2.3.3" + version: "2.3.4" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 489a1d2..c72dc44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.2.1+40 +version: 2.2.1+41 environment: sdk: ^3.5.4