Skip to content

Commit

Permalink
Inline GRDB.swift 3.0.2 (GRDB 7.0.0-beta.6, SQLCipher 4.6.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
morajabi committed Oct 28, 2024
1 parent e62de73 commit 2d5892d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/inlinehq/GRDB.swift/releases/download/3.0.1/GRDB.xcframework.zip",
checksum: "c7153feab9071ef66ffd674adf58648ceafc8b95c7182dde68d0dbc945f0f7f5"
url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.2/GRDB.xcframework.zip",
checksum: "60cde550fb002c41e996a09505aea93a5b78efbf1eff1d1313757181ed547b31"
),
.target(name: "_GRDBDummy")
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The default branch for this repository is `main` (as opposed to upstream's `mast

## Version

* This Package: *3.0.1*
* This Package: *3.0.2*
* GRDB: *7.0.0-beta.6*
* SQLCipher: *4.6.1*

Expand Down

0 comments on commit 2d5892d

Please sign in to comment.