Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 6, 2024
1 parent fb6522c commit 19dc4fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.13.11

Released 2024-11-05

- Merge pull request #87 from skiptools/svg-images
- Upgrade to coil3 and add SVG image support

## 1.13.7

Released 2024-10-29
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "SkipUI", targets: ["SkipUI"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "1.1.16"),
.package(url: "https://source.skip.tools/skip.git", from: "1.1.18"),
.package(url: "https://source.skip.tools/skip-model.git", from: "1.3.1"),
],
targets: [
Expand Down

0 comments on commit 19dc4fa

Please sign in to comment.