version bump 0.5.4

This commit is contained in:
David Zhao
2021-11-27 10:37:47 -08:00
parent 9f153d338d
commit 89117c2980
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.5.3" version: "0.5.4"
logging: logging:
dependency: "direct main" dependency: "direct main"
description: description:
+1 -1
View File
@@ -4,7 +4,7 @@ import 'room.dart';
/// Main entry point to connect to a room. /// Main entry point to connect to a room.
/// {@category Room} /// {@category Room}
class LiveKitClient { class LiveKitClient {
static const version = '0.5.3'; static const version = '0.5.4';
/// Connects to a LiveKit room /// Connects to a LiveKit room
static Future<Room> connect( static Future<Room> connect(
+1 -1
View File
@@ -1,7 +1,7 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit. description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web. Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 0.5.3 version: 0.5.4
homepage: https://livekit.io homepage: https://livekit.io
environment: environment: