Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Oct 16, 2024
1 parent 402af3f commit 583af32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0

Released 2024-10-16


## 0.4.1

Released 2024-09-14
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ let package = Package(
.library(name: "SkipFFI", targets: ["SkipFFI"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.1.3"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.4")
.package(url: "https://source.skip.tools/skip.git", from: "1.1.11"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "1.1.11")
],
targets: [
.target(name: "SkipFFI", dependencies: [.product(name: "SkipFoundation", package: "skip-foundation")], plugins: [.plugin(name: "skipstone", package: "skip")]),
Expand Down

0 comments on commit 583af32

Please sign in to comment.