Skip to content

Commit

Permalink
Remove hardcoded NetP staging endpoint (#2612)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo authored Mar 18, 2024
1 parent 73a9d71 commit 2deb813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10003,7 +10003,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 126.0.0;
version = 126.0.1;
};
};
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "7656e94efcf4eedf1c16152c63f57fb52b6ad079",
"version" : "126.0.0"
"revision" : "d01c760dadbc2e987e7577e2476f95983dc6d38c",
"version" : "126.0.1"
}
},
{
Expand Down Expand Up @@ -140,8 +140,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version" : "1.3.0"
"revision" : "46989693916f56d1186bd59ac15124caef896560",
"version" : "1.3.1"
}
},
{
Expand Down

0 comments on commit 2deb813

Please sign in to comment.