Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b80361

Browse files
author
github-actions
committedOct 21, 2024
Release v0.3.3
1 parent 19a7266 commit 1b80361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
targets: [
1818
.binaryTarget(
1919
name: packageName,
20-
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.2/powersync-sqlite-core.xcframework.zip",
21-
checksum: "7bb8bd9a28a8b89cee5cf5cbd45427d09dfdd7cd0061d89096c8363ccf7c87ae"
20+
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.3/powersync-sqlite-core.xcframework.zip",
21+
checksum: "0bcfd39ffac2b869ed7c2f87ce5f91fe960a9928fe8a339e2c3fd6f7ac8d3126"
2222
)
2323
]
2424
)

0 commit comments

Comments
 (0)
Please sign in to comment.