From 2e05b21bd1265dd88bcef6030cbb6e3755653c58 Mon Sep 17 00:00:00 2001 From: hiroshihorie <548776+hiroshihorie@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:21:56 +0900 Subject: [PATCH] v2.0.17 --- LiveKitClient.podspec | 4 ++-- README.md | 2 +- Sources/LiveKit/LiveKit.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LiveKitClient.podspec b/LiveKitClient.podspec index 0312497b6..2491a2f46 100644 --- a/LiveKitClient.podspec +++ b/LiveKitClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "LiveKitClient" - spec.version = "2.0.16" + spec.version = "2.0.17" 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"} @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = "10.15" spec.swift_versions = ["5.7"] - spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.0.16"} + spec.source = {:git => "https://github.com/livekit/client-sdk-swift.git", :tag => "2.0.17"} spec.source_files = "Sources/**/*" diff --git a/README.md b/README.md index 141160eec..a2832b8ee 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the dependency and also to your target let package = Package( ... dependencies: [ - .package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.16")), + .package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .upToNextMajor("2.0.17")), ], targets: [ .target( diff --git a/Sources/LiveKit/LiveKit.swift b/Sources/LiveKit/LiveKit.swift index 1c19f4f84..f34116779 100644 --- a/Sources/LiveKit/LiveKit.swift +++ b/Sources/LiveKit/LiveKit.swift @@ -39,7 +39,7 @@ let logger = Logger(label: "LiveKitSDK") @objc public class LiveKitSDK: NSObject { @objc(sdkVersion) - public static let version = "2.0.16" + public static let version = "2.0.17" @objc public static func setLoggerStandardOutput() {