start preparing for 0.5.7

This commit is contained in:
Hiroshi Horie
2022-02-17 14:58:16 +07:00
parent c374283f45
commit c465d37c88
7 changed files with 12 additions and 6 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.6';
static const version = '0.5.7';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.