Skip to content

Commit

Permalink
Bump [v120] Update Sentry to version 8.13.1 (#16800)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
rvandermeulen and mergify[bot] authored Oct 13, 2023
1 parent 3225cef commit 21b3acd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BrowserKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let package = Package(
exact: "2.0.0"),
.package(
url: "https://github.com/getsentry/sentry-cocoa.git",
exact: "8.13.0"),
exact: "8.13.1"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19445,7 +19445,7 @@
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
requirement = {
kind = exactVersion;
version = 8.13.0;
version = 8.13.1;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa.git",
"state" : {
"revision" : "0a915b93ff3abee1a9752448e47808334d306980",
"version" : "8.13.0"
"revision" : "7b0d185631a6d4b7756468efa464a68725c061d2",
"version" : "8.13.1"
}
},
{
Expand Down

0 comments on commit 21b3acd

Please sign in to comment.