Skip to content

Commit

Permalink
chore: release v0.16.2-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed Aug 10, 2024
1 parent 13b9117 commit a167f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
}else {
FFIbinaryTarget = .binaryTarget(
name: "LoroFFI",
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.2/loroFFI.xcframework.zip",
checksum: "002f5343f0088f05ac90183e5dc1545e6b1f53f39b547ec7d3c2aa07d0f643c8"
url: "https://github.com/loro-dev/loro-swift/releases/download/0.16.2-alpha.3/loroFFI.xcframework.zip",
checksum: "9475660c4fcee609a498212b8ca038278b34c1325b30fece0ce5740d4025377a"
)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let package = Package(
products: [......],
dependencies:[
...,
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.2")
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "0.16.2-alpha.3")
],
targets:[
.executableTarget(
Expand Down

0 comments on commit a167f35

Please sign in to comment.