Skip to content

Commit

Permalink
Updated StreamChat dependency (#565)
Browse files Browse the repository at this point in the history
* Updated StreamChat dependency

* Update release script
  • Loading branch information
laevandus authored Jul 31, 2024
1 parent e4a405e commit 84d59be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.60.0"),
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.61.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion StreamChatSwiftUI-XCFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

spec.framework = 'Foundation', 'UIKit', 'SwiftUI'

spec.dependency 'StreamChat-XCFramework', '~> 4.60.0'
spec.dependency 'StreamChat-XCFramework', '~> 4.61.0'

spec.cocoapods_version = '>= 1.11.0'
end
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |spec|

spec.framework = 'Foundation', 'UIKit', 'SwiftUI'

spec.dependency 'StreamChat', '~> 4.60.0'
spec.dependency 'StreamChat', '~> 4.61.0'
end
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,7 @@
repositoryURL = "https://github.com/GetStream/stream-chat-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.60.0;
minimumVersion = 4.61.0;
};
};
E3A1C01A282BAC66002D1E26 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ lane :merge_main_to_develop do

sh('git checkout main')
sh('git pull origin main')
sh('git checkout develop')
sh('git pull origin develop')
sh('git checkout origin/develop')
sh('git pull')
sh('git log develop..main')
sh('git merge main')
sh('git push')
Expand Down

0 comments on commit 84d59be

Please sign in to comment.