prepare for 1.0.0

This commit is contained in:
Hiroshi Horie
2022-05-18 01:23:33 +09:00
parent ff65370cbc
commit 6fd0d5578d
5 changed files with 12 additions and 4 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.9';
static const version = '1.0.0';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.