Skip to content

Commit 184ddcd

Browse files
committed
v2.0.1
1 parent 84d9d01 commit 184ddcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LiveKitClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |spec|
33

44
spec.name = 'LiveKitClient'
5-
spec.version = '2.0.0'
5+
spec.version = '2.0.1'
66
spec.summary = 'LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.'
77
spec.homepage = 'https://github.com/livekit/client-sdk-swift'
88
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.osx.deployment_target = '10.15'
1313

1414
spec.swift_versions = ['4.2', '5']
15-
spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '2.0.0' }
15+
spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '2.0.1' }
1616

1717
spec.source_files = 'Sources/**/*'
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add the dependency and also to your target
3838
let package = Package(
3939
...
4040
dependencies: [
41-
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.0")),
41+
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.1")),
4242
],
4343
targets: [
4444
.target(

Sources/LiveKit/LiveKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let logger = Logger(label: "LiveKitSDK")
3434
@objc
3535
public class LiveKitSDK: NSObject {
3636
@objc(sdkVersion)
37-
public static let version = "2.0.0"
37+
public static let version = "2.0.1"
3838

3939
@objc
4040
public static func setLoggerStandardOutput() {

0 commit comments

Comments
 (0)