Skip to content

Commit

Permalink
DuckDuckGo GRDB.swift 2.1.0 (GRDB 6.7.0, SQLCipher 4.5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 19, 2023
1 parent efabc84 commit 053d890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "GRDB",
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/0.0.1/GRDB.xcframework.zip",
checksum: "448ec3b0b60c0484a7efad9bbc915c21e79231ab9a33e39e6f7539fc4e19c1ca"
url: "https://github.com/DuckDuckGo/GRDB.swift/releases/download/2.1.0/GRDB.xcframework.zip",
checksum: "de6813ed04738da36fd78d4f624898150a6c92fe1ec5d7402109e57a87ea3537"
),
.target(name: "_GRDBDummy")
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The default branch for this repository is `SQLCipher` so that we can more easily

## Versioning

* This Package: *2.0.0*
* GRDB: *6.0.0*
* This Package: *2.1.0*
* GRDB: *6.7.0*
* SQLCipher: *4.5.3*

## Contributions
Expand Down

0 comments on commit 053d890

Please sign in to comment.