diff --git a/Package.swift b/Package.swift index b026a470..5a73dacf 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.25.0"), + .package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.26.0"), .package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1")) ], targets: [ diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index c24c8094..6c6ad5be 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |spec| spec.framework = "Foundation", "UIKit", "SwiftUI" - spec.dependency "StreamChat", "~> 4.25.0" + spec.dependency "StreamChat", "~> 4.26.0" spec.dependency "SwiftyGif", "~> 5.0" spec.dependency "NukeUI", "0.8.0" end diff --git a/StreamChatSwiftUI.xcodeproj/project.pbxproj b/StreamChatSwiftUI.xcodeproj/project.pbxproj index 8880b7be..c38e94d5 100644 --- a/StreamChatSwiftUI.xcodeproj/project.pbxproj +++ b/StreamChatSwiftUI.xcodeproj/project.pbxproj @@ -2713,7 +2713,7 @@ repositoryURL = "https://github.com/GetStream/stream-chat-swift.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 4.25.0; + minimumVersion = 4.26.0; }; }; A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = { diff --git a/StreamChatSwiftUITestsApp/StartPage.swift b/StreamChatSwiftUITestsApp/StartPage.swift index 7c217f95..44a46eb2 100644 --- a/StreamChatSwiftUITestsApp/StartPage.swift +++ b/StreamChatSwiftUITestsApp/StartPage.swift @@ -59,7 +59,7 @@ struct StartPage: View { } private func connectUser(withCredentials credentials: UserCredentials) { - chatClient.logout() + chatClient.logout {} let token = try! Token(rawValue: credentials.token) LogConfig.level = .debug