Skip to content

Commit

Permalink
prepare v0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Apr 7, 2022
1 parent d1a772e commit 8c22757
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.5.9

* Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly.

## 0.5.8

* Support for protocol 7, remote unpublish.
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- Libyuv (= 1703)
- WebRTC-SDK (= 97.4692.02)
- Libyuv (1703)
- livekit_client (0.5.8):
- livekit_client (0.5.9):
- Flutter
- WebRTC-SDK (~> 97.4692)
- path_provider_ios (0.0.1):
Expand Down Expand Up @@ -48,7 +48,7 @@ SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_webrtc: 3fd57d5bd9b6ce85d12d37f6f68d97be3b80509f
Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
livekit_client: 68df5f0ed045accdd5b14be7e68e4caedc0167a7
livekit_client: 854fbd84ec40fa26030d1baaec427b7e2f6f3446
path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
WebRTC-SDK: dda4e50186f9eed672dc6bcf4faafb30c6ce48e3
Expand Down
4 changes: 2 additions & 2 deletions example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- FlutterMacOS
- WebRTC-SDK (= 97.4692.02)
- FlutterMacOS (1.0.0)
- livekit_client (0.5.8):
- livekit_client (0.5.9):
- FlutterMacOS
- WebRTC-SDK (~> 97.4692)
- path_provider_macos (0.0.1):
Expand Down Expand Up @@ -44,7 +44,7 @@ SPEC CHECKSUMS:
device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7
flutter_webrtc: cbfa010d869391079d6713d9e0f1cda7dde7a407
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
livekit_client: a7482ba347ba089d0ac80564b44297d4563c7c1f
livekit_client: 9201d814b9d5c7c6c0b0edabb341ba1a5253981b
path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f
shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727
WebRTC-SDK: dda4e50186f9eed672dc6bcf4faafb30c6ce48e3
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.8"
version: "0.5.9"
logging:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '0.5.8'
s.version = '0.5.9'
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/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'options.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '0.5.8';
static const version = '0.5.9';

/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.
Expand Down
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '0.5.8'
s.version = '0.5.9'
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/'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.5.8
version: 0.5.9
homepage: https://livekit.io

environment:
Expand Down

0 comments on commit 8c22757

Please sign in to comment.