We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62de73 commit 2d5892dCopy full SHA for 2d5892d
Package.swift
@@ -15,8 +15,8 @@ let package = Package(
15
targets: [
16
.binaryTarget(
17
name: "GRDB",
18
- url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.1/GRDB.xcframework.zip",
19
- checksum: "c7153feab9071ef66ffd674adf58648ceafc8b95c7182dde68d0dbc945f0f7f5"
+ url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.2/GRDB.xcframework.zip",
+ checksum: "60cde550fb002c41e996a09505aea93a5b78efbf1eff1d1313757181ed547b31"
20
),
21
.target(name: "_GRDBDummy")
22
]
README.md
@@ -8,7 +8,7 @@ The default branch for this repository is `main` (as opposed to upstream's `mast
8
9
## Version
10
11
-* This Package: *3.0.1*
+* This Package: *3.0.2*
12
* GRDB: *7.0.0-beta.6*
13
* SQLCipher: *4.6.1*
14
0 commit comments