diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index ef1165cb0..188d194aa 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LiveKitClient' - spec.version = '2.0.2' + spec.version = '2.0.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 => '2.0.2' } + spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '2.0.3' } spec.source_files = 'Sources/**/*' diff --git a/README.md b/README.md index 62c481008..9ca08ee32 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add the dependency and also to your target let package = Package( ... dependencies: [ - .package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.2")), + .package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.3")), ], targets: [ .target( diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index 1587b38cf..d7da44632 100644 --- a/Sources/LiveKit/LiveKit.swift +++ b/Sources/LiveKit/LiveKit.swift @@ -34,7 +34,7 @@ let logger = Logger(label: "LiveKitSDK") @objc public class LiveKitSDK: NSObject { @objc(sdkVersion) - public static let version = "2.0.2" + public static let version = "2.0.3" @objc public static func setLoggerStandardOutput() {