Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasf committed Jan 2, 2025
1 parent b9e06e5 commit 18615d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This package also contains a `Geometry2D` extension for `CGPath` that can be use
let package = Package(
name: "thingamajig",
dependencies: [
.package(url: "https://github.com/tomasf/SwiftSCAD.git", .upToNextMinor(from: "0.8.1")),
<b><i>.package(url: "https://github.com/tomasf/RichText.git", from: "0.1.0")</i></b>
.package(url: "https://github.com/tomasf/SwiftSCAD.git", .upToNextMinor(from: "0.9.0")),
<b><i>.package(url: "https://github.com/tomasf/RichText.git", from: "0.2.0")</i></b>
],
targets: [
.executableTarget(name: "thingamajig", dependencies: ["SwiftSCAD", <b><i>"RichText"</i></b>])
Expand Down

0 comments on commit 18615d7

Please sign in to comment.