Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed Jan 15, 2025
1 parent 7f9c146 commit 89932e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.7-alpha/loroFFI.xcframework.zip",
checksum: "9cd49c6019c54deeed185ac0903c5497417faf03e8c0d0a8feccf2a97c9d2002"
url: "https://github.com/loro-dev/loro-swift/releases/download/1.3.0/loroFFI.xcframework.zip",
checksum: "3a7ff19f9408064e4fb3564b58313ae3a3a27823e802cb203ab16af7fdf5007c"
)
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let package = Package(
products: [......],
dependencies:[
...,
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.2.7-alpha")
.package(url: "https://github.com/loro-dev/loro-swift.git", from: "1.3.0")
],
targets:[
.executableTarget(
Expand Down

0 comments on commit 89932e3

Please sign in to comment.