From d652b0062fe5b9da0de66634cb2891b199b2fb21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Jun 2026 08:58:53 +0000 Subject: [PATCH] chore: update version to 1.13.1 --- Package.swift | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(