Skip to content

Commit

Permalink
Updates for Swift 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jun 22, 2023
1 parent dfa8c70 commit 2708093
Show file tree
Hide file tree
Showing 2 changed files with 2,797 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let tag = "0.1.0"
let checksum = "d91403566498f01cdaaafc07a9360ef661151e64075c6d83bbce4c9b5bfa7cee"
let tag = "v0.1.0"
let checksum = "2ef0b46c84f7349e1940ff0b592be4dea9f2761a69d2bdad8f979dbef68fb1e8"
let url = "https://github.com/lightningdevkit/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"

let package = Package(
Expand Down
Loading

0 comments on commit 2708093

Please sign in to comment.