Skip to content

Commit

Permalink
C.S.S bump (#1005)
Browse files Browse the repository at this point in the history
**Required**:

Task/Issue URL:
https://app.asana.com/0/414235014887631/1208399924957022/f
iOS PR: duckduckgo/iOS#3395
macOS PR: duckduckgo/macos-browser#3346
What kind of version bump will this require?: Minor

**Description**:
- Bump C.S.S to fix an issue with Youtube Shorts in Duck Player
  • Loading branch information
afterxleep authored Sep 25, 2024
1 parent cc3629f commit 4db5029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "4f0d109f13beec7e8beaf0bd5c0e2c1d528677f8",
"version" : "6.16.0"
"revision" : "2bed9e2963b2a9232452911d0773fac8b56416a1",
"version" : "6.17.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"),
.package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"),
.package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.16.0"),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.17.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")
Expand Down

0 comments on commit 4db5029

Please sign in to comment.