release: 1.1.9.

This commit is contained in:
cloudwebrtc
2022-11-28 11:19:31 +08:00
parent e0a721be69
commit 06783cad5c
6 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import 'types/other.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '1.0.0';
static const version = '1.1.9';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.