prepare v0.5.5

This commit is contained in:
Hiroshi Horie
2021-12-13 02:53:47 +07:00
parent b6494a8ede
commit 4a025a4ed2
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import 'room.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '0.5.4';
static const version = '0.5.5';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.