From 6c70b18fc0f3819e0f5186de95e7ca8a759f30ee Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Wed, 24 May 2023 21:46:51 +0900 Subject: [PATCH] v1.0.13 --- LiveKitClient.podspec | 4 ++-- Sources/LiveKit/LiveKit.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 2fc08e1e2..15a693b66 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = 'LiveKitClient' - spec.version = '1.0.12' + spec.version = '1.0.13' 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' } @@ -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.12' } + spec.source = { :git => 'https://github.com/livekit/client-sdk-swift.git', :tag => '1.0.13' } spec.source_files = 'Sources/**/*' diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index baa8c0d0b..1f82d04bb 100644 --- a/Sources/LiveKit/LiveKit.swift +++ b/Sources/LiveKit/LiveKit.swift @@ -35,7 +35,7 @@ internal let logger = Logger(label: "LiveKitSDK") public class LiveKit: NSObject { @objc(sdkVersion) - public static let version = "1.0.12" + public static let version = "1.0.13" @available(*, deprecated, message: "Use Room.connect() instead, protocol v8 and higher do not support this method") public static func connect(