Skip to content

Commit

Permalink
updating package for 0.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Dec 13, 2023
1 parent 6432d1c commit 8b7f7ed
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 @@ -51,8 +51,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.4/automergeFFI.xcframework.zip",
checksum: "b5d98e4a3ad37804165bd5c0426f4d80721e1b5bc2953b0e5b73a79172384ca3"
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.5/automergeFFI.xcframework.zip",
checksum: "7dd92550d00a2660530fde36d8e3b0bf86926e74718aa9888e0e75f6d6a61dc6"
)
}

Expand Down

0 comments on commit 8b7f7ed

Please sign in to comment.