Skip to content

Commit 40d2a6f

Browse files
Preparing for release 4.17.0
1 parent fc3f857 commit 40d2a6f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.16.0"),
20+
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.17.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.16.0"
22+
spec.dependency "StreamChat", "~> 4.17.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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
847305BC28243D25004AC770 /* WebView_Tests.swift */,
13891389
84BB4C4D284115C200CBE004 /* MessageListDateUtils_Tests.swift */,
13901390
84CAD77A284E5AAA00F28C17 /* MessageListViewLastGroupHeader_Tests.swift */,
1391-
844D1D672851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift */
1391+
844D1D672851DE58000CCCB9 /* ChannelControllerFactory_Tests.swift */,
13921392
);
13931393
path = ChatChannel;
13941394
sourceTree = "<group>";
@@ -2247,7 +2247,7 @@
22472247
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
22482248
CODE_SIGN_IDENTITY = "Apple Development";
22492249
CODE_SIGN_STYLE = Manual;
2250-
CURRENT_PROJECT_VERSION = 15;
2250+
CURRENT_PROJECT_VERSION = 17;
22512251
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
22522252
DEVELOPMENT_TEAM = EHV7XZLAHA;
22532253
ENABLE_PREVIEWS = YES;
@@ -2262,7 +2262,7 @@
22622262
"$(inherited)",
22632263
"@executable_path/Frameworks",
22642264
);
2265-
MARKETING_VERSION = 4.15.0;
2265+
MARKETING_VERSION = 4.17.0;
22662266
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
22672267
PRODUCT_NAME = "$(TARGET_NAME)";
22682268
PROVISIONING_PROFILE_SPECIFIER = "match Development io.getstream.iOS.DemoAppSwiftUI";
@@ -2281,7 +2281,7 @@
22812281
CODE_SIGN_ENTITLEMENTS = DemoAppSwiftUI/DemoAppSwiftUI.entitlements;
22822282
CODE_SIGN_IDENTITY = "Apple Distribution";
22832283
CODE_SIGN_STYLE = Manual;
2284-
CURRENT_PROJECT_VERSION = 15;
2284+
CURRENT_PROJECT_VERSION = 17;
22852285
DEVELOPMENT_ASSET_PATHS = "\"DemoAppSwiftUI/Preview Content\"";
22862286
DEVELOPMENT_TEAM = EHV7XZLAHA;
22872287
ENABLE_PREVIEWS = YES;
@@ -2297,7 +2297,7 @@
22972297
"$(inherited)",
22982298
"@executable_path/Frameworks",
22992299
);
2300-
MARKETING_VERSION = 4.15.0;
2300+
MARKETING_VERSION = 4.17.0;
23012301
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.iOS.DemoAppSwiftUI;
23022302
PRODUCT_NAME = "$(TARGET_NAME)";
23032303
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.getstream.iOS.DemoAppSwiftUI";
@@ -2369,7 +2369,7 @@
23692369
isa = XCRemoteSwiftPackageReference;
23702370
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
23712371
requirement = {
2372-
branch = 4.16.0;
2372+
branch = 4.17.0;
23732373
kind = branch;
23742374
};
23752375
};

0 commit comments

Comments
 (0)