Skip to content

Commit 9d0be55

Browse files
chore: update version to 1.5.2
1 parent 2058a67 commit 9d0be55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
1111
}else {
1212
FFIbinaryTarget = .binaryTarget(
1313
name: "LoroFFI",
14-
url: "https://github.com/loro-dev/loro-swift/releases/download/1.5.1/loroFFI.xcframework.zip",
15-
checksum: "a0617a8cb1beec5704849223a489d68b086be9a372affc3beb46a6c59a0892d1"
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/1.5.2/loroFFI.xcframework.zip",
15+
checksum: "898acf2d620314d090df8d6cdb86824c0acbeba9d730f69f1f5c4d8d11491977"
1616
)
1717
}
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
products: [......],
3030
dependencies:[
3131
...,
32-
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.5.1")
32+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.5.2")
3333
],
3434
targets:[
3535
.executableTarget(

0 commit comments

Comments
 (0)