prepare v0.5.9

This commit is contained in:
Hiroshi Horie
2022-04-07 13:28:54 +09:00
parent d1a772e648
commit 8c227574ac
8 changed files with 13 additions and 9 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.8';
static const version = '0.5.9';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.