Skip to content

Commit d85215e

Browse files
Updated StreamChat dependency
1 parent 7119ad2 commit d85215e

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.21.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.22.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.21.0"
22+
spec.dependency "StreamChat", "~> 4.22.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
@@ -2488,7 +2488,7 @@
24882488
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
24892489
CODE_SIGN_IDENTITY = "Apple Development";
24902490
CODE_SIGN_STYLE = Manual;
2491-
CURRENT_PROJECT_VERSION = 21;
2491+
CURRENT_PROJECT_VERSION = 22;
24922492
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
24932493
DEVELOPMENT_TEAM = EHV7XZLAHA;
24942494
ENABLE_PREVIEWS = YES;
@@ -2503,7 +2503,7 @@
25032503
"$(inherited)",
25042504
"@executable_path/Frameworks",
25052505
);
2506-
MARKETING_VERSION = 4.21.0;
2506+
MARKETING_VERSION = 4.22.0;
25072507
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25082508
PRODUCT_NAME = "$(TARGET_NAME)";
25092509
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2522,7 +2522,7 @@
25222522
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
25232523
CODE_SIGN_IDENTITY = "Apple Distribution";
25242524
CODE_SIGN_STYLE = Manual;
2525-
CURRENT_PROJECT_VERSION = 21;
2525+
CURRENT_PROJECT_VERSION = 22;
25262526
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
25272527
DEVELOPMENT_TEAM = EHV7XZLAHA;
25282528
ENABLE_PREVIEWS = YES;
@@ -2538,7 +2538,7 @@
25382538
"$(inherited)",
25392539
"@executable_path/Frameworks",
25402540
);
2541-
MARKETING_VERSION = 4.21.0;
2541+
MARKETING_VERSION = 4.22.0;
25422542
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
25432543
PRODUCT_NAME = "$(TARGET_NAME)";
25442544
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2645,7 +2645,7 @@
26452645
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
26462646
requirement = {
26472647
kind = upToNextMajorVersion;
2648-
minimumVersion = 4.21.0;
2648+
minimumVersion = 4.22.0;
26492649
};
26502650
};
26512651
A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = {

0 commit comments

Comments
 (0)