Skip to content

Commit

Permalink
Merge pull request #132 from lightningdevkit/release-0.0.123
Browse files Browse the repository at this point in the history
Update Package.swift for 0.0.123 release.
  • Loading branch information
arik-so authored May 23, 2024
2 parents 12f857c + e3fa435 commit 484e79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// swift-tools-version:5.3
import PackageDescription

let tag = "0.0.121"
let checksum = "fd811d61354577febb3832deee020b412c9f85955a54d7c9e7794e9ac583e15d"
let tag = "0.0.123"
let checksum = "d8ba5df7563447c1ed011564c87255afbdfb4c21ae2b8a6873595982b4300612"
let url = "https://github.com/lightningdevkit/ldk-swift/releases/download/\(tag)/LightningDevKit.xcframework.zip"

let package = Package(
Expand Down

0 comments on commit 484e79d

Please sign in to comment.