Skip to content

Commit c11cb4c

Browse files
Updated StreamChat dependency
1 parent 9c16a7a commit c11cb4c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.20.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.21.0"),
2121
.package(url: "https://github.com/kean/Nuke.git", from: "10.0.0"),
2222
.package(url: "https://github.com/kean/NukeUI.git", from: "0.7.0")
2323
],

StreamChatSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
1919

2020
spec.framework = "Foundation", "UIKit", "SwiftUI"
2121

22-
spec.dependency "StreamChat", "~> 4.20.0"
22+
spec.dependency "StreamChat", "~> 4.21.0"
2323
spec.dependency "Nuke", "~> 10.0"
2424
spec.dependency "SwiftyGif", "~> 5.0"
2525
spec.dependency "NukeUI", "~> 0.7.0"

StreamChatSwiftUI.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@
24842484
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
24852485
CODE_SIGN_IDENTITY = "Apple Development";
24862486
CODE_SIGN_STYLE = Manual;
2487-
CURRENT_PROJECT_VERSION = 20;
2487+
CURRENT_PROJECT_VERSION = 21;
24882488
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
24892489
DEVELOPMENT_TEAM = EHV7XZLAHA;
24902490
ENABLE_PREVIEWS = YES;
@@ -2499,7 +2499,7 @@
24992499
"$(inherited)",
25002500
"@executable_path/Frameworks",
25012501
);
2502-
MARKETING_VERSION = 4.20.0;
2502+
MARKETING_VERSION = 4.21.0;
25032503
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25042504
PRODUCT_NAME = "$(TARGET_NAME)";
25052505
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2518,7 +2518,7 @@
25182518
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
25192519
CODE_SIGN_IDENTITY = "Apple Distribution";
25202520
CODE_SIGN_STYLE = Manual;
2521-
CURRENT_PROJECT_VERSION = 20;
2521+
CURRENT_PROJECT_VERSION = 21;
25222522
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
25232523
DEVELOPMENT_TEAM = EHV7XZLAHA;
25242524
ENABLE_PREVIEWS = YES;
@@ -2534,7 +2534,7 @@
25342534
"$(inherited)",
25352535
"@executable_path/Frameworks",
25362536
);
2537-
MARKETING_VERSION = 4.20.0;
2537+
MARKETING_VERSION = 4.21.0;
25382538
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25392539
PRODUCT_NAME = "$(TARGET_NAME)";
25402540
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2641,7 +2641,7 @@
26412641
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
26422642
requirement = {
26432643
kind = upToNextMajorVersion;
2644-
minimumVersion = 4.20.0;
2644+
minimumVersion = 4.21.0;
26452645
};
26462646
};
26472647
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {

0 commit comments

Comments
 (0)