Skip to content

Commit c0a27ea

Browse files
committed
prepare 1.0.3
1 parent d16098b commit c0a27ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

1717
# spec.source_files = 'Sources/**/*'
1818
# spec.source_files = 'Sources/LiveKit/**/*.{swift}',

Sources/LiveKit/LiveKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal let logger = Logger(label: "LiveKitSDK")
3333
/// to try out the features.
3434
public class LiveKit {
3535

36-
public static let version = "1.0.2"
36+
public static let version = "1.0.3"
3737

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

0 commit comments

Comments
 (0)