From a9ffc35b75d2c209b23a15b4f2c59a45dfb05e29 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Fri, 3 Nov 2023 10:48:23 +0800 Subject: [PATCH] bump version. --- ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index af997dcd..2641f1f8 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '1.5.2' + s.version = '1.5.3' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 7f8d1066..54356a55 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -19,7 +19,7 @@ import 'types/other.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '1.5.2'; + static const version = '1.5.3'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 41430190..e7305d6d 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '1.5.2' + s.version = '1.5.3' s.summary = 'Open source platform for real-time audio and video.' s.description = 'Open source platform for real-time audio and video.' s.homepage = 'https://livekit.io/'