Skip to content

Commit

Permalink
updating package for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Apr 4, 2024
1 parent 59d1c24 commit 8c25f08
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 @@ -50,8 +50,8 @@ if ProcessInfo.processInfo.environment["YSWIFT_LOCAL"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "yniffiFFI",
url: "https://github.com/y-crdt/yswift/releases/download/0.2.0/yniffiFFI.xcframework.zip",
checksum: "d2633bdb1e9f257cd56a852f360f0d0f4bc1615a4c34a05e76a2da2c430a0f98"
url: "https://github.com/y-crdt/yswift/releases/download/0.2.1/yniffiFFI.xcframework.zip",
checksum: "7377378b6d8bb628ff8e2847f73a6b7115705d53a822dd578fb9cbcf2bce1675"
)
}

Expand Down

0 comments on commit 8c25f08

Please sign in to comment.