Skip to content

Commit 2e05b21

Browse files
committed
v2.0.17
1 parent 86a8634 commit 2e05b21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LiveKitClient.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "LiveKitClient"
3-
spec.version = "2.0.16"
3+
spec.version = "2.0.17"
44
spec.summary = "LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website."
55
spec.homepage = "https://github.com/livekit/client-sdk-swift"
66
spec.license = {:type => "Apache 2.0", :file => "LICENSE"}
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.osx.deployment_target = "10.15"
1111

1212
spec.swift_versions = ["5.7"]
13-
spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.0.16"}
13+
spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.0.17"}
1414

1515
spec.source_files = "Sources/**/*"
1616

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add the dependency and also to your target
4040
let package = Package(
4141
...
4242
dependencies: [
43-
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.16")),
43+
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.17")),
4444
],
4545
targets: [
4646
.target(

Sources/LiveKit/LiveKit.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let logger = Logger(label: "LiveKitSDK")
3939
@objc
4040
public class LiveKitSDK: NSObject {
4141
@objc(sdkVersion)
42-
public static let version = "2.0.16"
42+
public static let version = "2.0.17"
4343

4444
@objc
4545
public static func setLoggerStandardOutput() {

0 commit comments

Comments
 (0)