diff --git a/Package.swift b/Package.swift index 46c9f4d..3bfb6c2 100644 --- a/Package.swift +++ b/Package.swift @@ -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/1.10.3/loroFFI.xcframework.zip", - checksum: "0090b751b4c57e0b00eb8e3efcc4d9a7c9a237096acd80add79714ca5aa459b5" + url: "https://github.com/loro-dev/loro-swift/releases/download/1.13.1/loroFFI.xcframework.zip", + checksum: "a8ec46143168039d3dbbb305cd1b01d8ba3f1d076c04855ec051b2c48f5c7f07" ) } diff --git a/README.md b/README.md index 41b76d8..2f32848 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ let package = Package( products: [......], dependencies:[ ..., - .package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.10.3") + .package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.13.1") ], targets:[ .executableTarget(