Skip to content

Commit

Permalink
Fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
loopedresolve committed Jun 26, 2024
1 parent 08a6b4c commit 8fe67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(

.binaryTarget(
name: "smoldot",
url: "https://github.com/finsig/smoldot-swift/releases/download/0.1.0/smoldot.xcframework.zip",
url: "https://github.com/finsig/smoldot-swift/releases/download/v0.1.0/smoldot.xcframework.zip",
checksum: "7aff9a11e6333d214e8d7975d388766c591e1165506af382c356b3aff6898210"),

// .binaryTarget(name: "Smoldot", path: "Libs/smoldot.xcframework"), // When building the xcframework locally
Expand Down

0 comments on commit 8fe67ec

Please sign in to comment.