Skip to content

Commit

Permalink
Update Package.swift for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 11, 2024
1 parent baaf538 commit a853b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0/powersync-sqlite-core.xcframework.tar.gz",
checksum: "SHOULD BE UPDATED BY GITHUB ACTION"
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/0.3.0/powersync-sqlite-core.xcframework.tar.gz",
checksum: "e8b8c22540b0af1c5a1e38c29917e6d6fd8098b3ef2052b2d5beb02d92009903"
)
]
)

0 comments on commit a853b2c

Please sign in to comment.