Skip to content

Commit 89117c2

Browse files
committed
version bump 0.5.4
1 parent 9f153d3 commit 89117c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "0.5.3"
172+
version: "0.5.4"
173173
logging:
174174
dependency: "direct main"
175175
description:

lib/src/livekit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'room.dart';
44
/// Main entry point to connect to a room.
55
/// {@category Room}
66
class LiveKitClient {
7-
static const version = '0.5.3';
7+
static const version = '0.5.4';
88

99
/// Connects to a LiveKit room
1010
static Future<Room> connect(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: Flutter Client SDK for LiveKit.
33
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4-
version: 0.5.3
4+
version: 0.5.4
55
homepage: https://livekit.io
66

77
environment:

0 commit comments

Comments
 (0)