From ec36cc36f0509256119483b084bc107c8af7c224 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:08:20 +0900 Subject: [PATCH] v1.1.3 --- LiveKitClient.podspec | 4 ++-- Sources/LiveKit/LiveKit.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index fd2c75f7f..3789f6d46 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LiveKitClient' - spec.version = '1.1.2' + spec.version = '1.1.3' spec.summary = 'LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.' spec.homepage = 'https://github.com/livekit/client-sdk-swift' spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' } @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = '10.15' spec.swift_versions = ['4.2', '5'] - spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.1.2' } + spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.1.3' } spec.source_files = 'Sources/**/*' diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index bf67bad4a..ccd6fac54 100644 --- a/Sources/LiveKit/LiveKit.swift +++ b/Sources/LiveKit/LiveKit.swift @@ -35,7 +35,7 @@ internal let logger = Logger(label: "LiveKitSDK") public class LiveKit: NSObject { @objc(sdkVersion) - public static let version = "1.1.2" + public static let version = "1.1.3" @available(*, deprecated, message: "Use Room.connect() instead, protocol v8 and higher do not support this method") public static func connect(