prepare 0.5.8

This commit is contained in:
Hiroshi Horie
2022-04-02 15:30:55 +09:00
parent 88b462432e
commit 2f6042ef94
10 changed files with 29 additions and 22 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.7';
static const version = '0.5.8';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.