diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 01a2b95c0..25c2e34f7 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LiveKitClient' - spec.version = '1.0.14' + spec.version = '1.1.0' 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.0.14' } + spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.1.0' } spec.source_files = 'Sources/**/*' diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index 9bbb6c1d9..fb22276c9 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.0.14" + public static let version = "1.1.0" @available(*, deprecated, message: "Use Room.connect() instead, protocol v8 and higher do not support this method") public static func connect(