prepare for 0.5.3

This commit is contained in:
Hiroshi Horie
2021-11-09 21:14:15 +09:00
parent 9a273fc834
commit 5f813d7fbb
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.2"
version: "0.5.3"
logging:
dependency: "direct main"
description:
+1 -1
View File
@@ -6,7 +6,7 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '0.5.2'
s.version = '0.5.3'
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/'
+1 -1
View File
@@ -4,7 +4,7 @@ import 'room.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '0.4.0';
static const version = '0.5.3';
/// Connects to a LiveKit room
static Future<Room> connect(
+2 -2
View File
@@ -3,10 +3,10 @@ import 'dart:async';
import 'package:flutter_webrtc/flutter_webrtc.dart' as rtc;
import 'extensions.dart';
import 'livekit.dart';
import 'options.dart';
import 'track/options.dart';
import 'types.dart';
import 'version.dart';
extension UriExt on Uri {
bool get isSecureScheme => ['https', 'wss'].contains(scheme);
@@ -50,7 +50,7 @@ class Utils {
if (reconnect) 'reconnect': '1',
'protocol': protocol.toStringValue(),
'sdk': 'flutter',
'version': clientVersion,
'version': LiveKitClient.version,
},
);
}
-1
View File
@@ -1 +0,0 @@
const clientVersion = '0.5.0';
+1 -1
View File
@@ -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.2
version: 0.5.3
homepage: https://livekit.io
environment: