From 325878f9b80d188190cdd3a6fcae722defb32fd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Sep 2025 15:18:17 +0000 Subject: [PATCH] chore: update version to 1.8.1 --- Package.swift | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 8e1b596..8807e87 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.6.1/loroFFI.xcframework.zip", - checksum: "e256e7e5017d2972f83d079b6068cb3597a14742b67f3dfb39c7ce98363b890c" + url: "https://github.com/loro-dev/loro-swift/releases/download/1.8.1/loroFFI.xcframework.zip", + checksum: "6c723580b568aeccd05debc3cb40635912f5a882520cf42fe84c72220edd0f12" ) } diff --git a/README.md b/README.md index fb9f673..627434d 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.6.1") + .package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.8.1") ], targets:[ .executableTarget(