Skip to content

Commit 89932e3

Browse files
committed
chore: release v1.3.0
1 parent 7f9c146 commit 89932e3

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.2.7-alpha/loroFFI.xcframework.zip",
15-
checksum: "9cd49c6019c54deeed185ac0903c5497417faf03e8c0d0a8feccf2a97c9d2002"
14+
url: "https://github.com/loro-dev/loro-swift/releases/download/1.3.0/loroFFI.xcframework.zip",
15+
checksum: "3a7ff19f9408064e4fb3564b58313ae3a3a27823e802cb203ab16af7fdf5007c"
1616
)
1717
}
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
products: [......],
4040
dependencies:[
4141
...,
42-
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.2.7-alpha")
42+
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.3.0")
4343
],
4444
targets:[
4545
.executableTarget(

0 commit comments

Comments
 (0)