diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 159d5153d..e4824f009 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LiveKitClient' - spec.version = '1.1.4' + spec.version = '1.1.5' 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.4' } + spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.1.5' } spec.source_files = 'Sources/**/*' diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index 537d1ed66..921fae4f0 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.4" + public static let version = "1.1.5" @available(*, deprecated, message: "Use Room.connect() instead, protocol v8 and higher do not support this method") public static func connect(