Skip to content

Commit

Permalink
bump quick fix 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed May 22, 2023
1 parent 0e98cff commit 7331b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LiveKitClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = 'LiveKitClient'
spec.version = '1.0.11'
spec.version = '1.0.12'
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' }
Expand All @@ -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 => '1.0.11' }
spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.0.12' }

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

Expand Down
2 changes: 1 addition & 1 deletion Sources/LiveKit/LiveKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal let logger = Logger(label: "LiveKitSDK")
public class LiveKit: NSObject {

@objc(sdkVersion)
public static let version = "1.0.11"
public static let version = "1.0.12"

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

0 comments on commit 7331b81

Please sign in to comment.