From da9cfb7663b07c5e252ed035db11232db41045c1 Mon Sep 17 00:00:00 2001 From: Alexey Bukhtin Date: Fri, 20 Sep 2019 12:40:09 +0200 Subject: [PATCH] Bump v.1.3.4 --- Sources/Core/Client/Client.swift | 8 ++++---- StreamChat.podspec | 2 +- StreamChat/Info.plist | 2 +- StreamChatCore.podspec | 2 +- StreamChatCore/Info.plist | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Sources/Core/Client/Client.swift b/Sources/Core/Client/Client.swift index f85eed342d2..cc083f3e618 100644 --- a/Sources/Core/Client/Client.swift +++ b/Sources/Core/Client/Client.swift @@ -105,13 +105,13 @@ public final class Client { baseURL: BaseURL = Client.config.baseURL, callbackQueue: DispatchQueue? = Client.config.callbackQueue, stayConnectedInBackground: Bool = Client.config.stayConnectedInBackground, - database: Database? = Client.config.database, +// database: Database? = Client.config.database, logOptions: ClientLogger.Options = Client.config.logOptions) { self.apiKey = apiKey self.baseURL = baseURL self.callbackQueue = callbackQueue self.stayConnectedInBackground = stayConnectedInBackground - self.database = database + self.database = nil self.logOptions = logOptions if logOptions == .all || logOptions == .requests || logOptions == .requestsHeaders { @@ -164,13 +164,13 @@ extension Client { baseURL: BaseURL = BaseURL(), callbackQueue: DispatchQueue? = nil, stayConnectedInBackground: Bool = true, - database: Database? = nil, +// database: Database? = nil, logOptions: ClientLogger.Options = .none) { self.apiKey = apiKey self.baseURL = baseURL self.callbackQueue = callbackQueue self.stayConnectedInBackground = stayConnectedInBackground - self.database = database + self.database = nil self.logOptions = logOptions } } diff --git a/StreamChat.podspec b/StreamChat.podspec index 1d0c3957c3e..c2e84fb8b61 100644 --- a/StreamChat.podspec +++ b/StreamChat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChat" - spec.version = "1.3.2" + spec.version = "1.3.4" spec.summary = "Stream iOS Chat" spec.description = "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications." diff --git a/StreamChat/Info.plist b/StreamChat/Info.plist index 27fa13e80bb..ef55d6c9c56 100644 --- a/StreamChat/Info.plist +++ b/StreamChat/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.2 + 1.3.4 CFBundleVersion 100 diff --git a/StreamChatCore.podspec b/StreamChatCore.podspec index ce3f4833b12..43e35f48553 100644 --- a/StreamChatCore.podspec +++ b/StreamChatCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StreamChatCore" - spec.version = "1.3.3" + spec.version = "1.3.4" spec.summary = "Stream iOS Chat Core" spec.description = "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications." diff --git a/StreamChatCore/Info.plist b/StreamChatCore/Info.plist index 0ef8fc1a800..ef55d6c9c56 100644 --- a/StreamChatCore/Info.plist +++ b/StreamChatCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.3 + 1.3.4 CFBundleVersion 100