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: ".."
relative: true
source: path
version: "0.5.3"
version: "0.5.4"
logging:
dependency: "direct main"
description:
+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.5.3';
static const version = '0.5.4';
/// Connects to a LiveKit room
static Future<Room> connect(
+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.3
version: 0.5.4
homepage: https://livekit.io
environment: