prepare 0.5.6

This commit is contained in:
Hiroshi Horie
2022-01-03 09:19:21 +07:00
parent ea5c324328
commit e154f7ace0
6 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import 'options.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '0.5.5';
static const version = '0.5.6';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.