Skip to content

Commit cae74ad

Browse files
committed
Inline GRDB.swift 3.0.1 (GRDB 7.0.0-beta.6, SQLCipher 4.6.1)
1 parent caa2658 commit cae74ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "GRDB",
18-
url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.0/GRDB.xcframework.zip",
19-
checksum: "b872a487ca66a07da8f5f027803a4458c6d1658f79d2d0ab231360e4db4f3f19"
18+
url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.1/GRDB.xcframework.zip",
19+
checksum: "c7153feab9071ef66ffd674adf58648ceafc8b95c7182dde68d0dbc945f0f7f5"
2020
),
2121
.target(name: "_GRDBDummy")
2222
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The default branch for this repository is `main` (as opposed to upstream's `mast
88

99
## Version
1010

11-
- This Package: _3.0.0_
12-
- GRDB: _7.0.0-beta.6_
13-
- SQLCipher: _4.6.1_
11+
* This Package: *3.0.1*
12+
* GRDB: *7.0.0-beta.6*
13+
* SQLCipher: *4.6.1*
1414

1515
## Contributions
1616

0 commit comments

Comments
 (0)