Skip to content

Commit 7331b81

Browse files
committed
bump quick fix 1.0.12
1 parent 0e98cff commit 7331b81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = '1.0.11'
5+
spec.version = '1.0.12'
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 => '1.0.11' }
15+
spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.0.12' }
1616

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

Sources/LiveKit/LiveKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ internal let logger = Logger(label: "LiveKitSDK")
3535
public class LiveKit: NSObject {
3636

3737
@objc(sdkVersion)
38-
public static let version = "1.0.11"
38+
public static let version = "1.0.12"
3939

4040
@available(*, deprecated, message: "Use Room.connect() instead, protocol v8 and higher do not support this method")
4141
public static func connect(

0 commit comments

Comments
 (0)