Skip to content

Commit f4383ea

Browse files
chore: update version to 1.4.3
1 parent 2547446 commit f4383ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+2-2
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.4.2/loroFFI.xcframework.zip",
15-
checksum: "cbc23235002acf781f93d5fb3d8c7eff4a7036284c7d91e1404e57c0ae817612"
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/1.4.3/loroFFI.xcframework.zip",
15+
checksum: "c80e25e294118251059a922a90d3bb1405a2e79b407b26e34ba509e2d5f1989a"
1616
)
1717
}
1818

README.md

+1-1
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.4.2")
32+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.4.3")
3333
],
3434
targets:[
3535
.executableTarget(

0 commit comments

Comments
 (0)