We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5892d commit 535f731Copy full SHA for 535f731
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.2/GRDB.xcframework.zip",
19
- checksum: "60cde550fb002c41e996a09505aea93a5b78efbf1eff1d1313757181ed547b31"
+ url: "https://github.com/inlinehq/GRDB.swift/releases/download/3.0.3/GRDB.xcframework.zip",
+ checksum: "214cead013b4ba79ee0f1ff1251fbe06b6d6115729149be4b9f522711848132c"
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.2*
+* This Package: *3.0.3*
12
* GRDB: *7.0.0-beta.6*
13
* SQLCipher: *4.6.1*
14
0 commit comments