Skip to content

Commit

Permalink
Update Package.swift to use version 0.1-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
builder authored and builder committed Jul 6, 2024
1 parent 6d2283c commit 816046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Foundation
import PackageDescription

let libwordpressFFIVersion: WordPressRSVersion = .local
let libwordpressFFIVersion: WordPressRSVersion = .release(version: "0.1-rc-1", checksum: "5ff92f82ff90707d537e3c79426391db2f025bb18419ed11ccd8e65b3472f984")

#if os(Linux)
let libwordpressFFI: Target = .systemLibrary(
Expand Down

0 comments on commit 816046a

Please sign in to comment.