Skip to content

Commit

Permalink
Specify SwiftGui version
Browse files Browse the repository at this point in the history
Use version 0.1.0 instead of the main branch
  • Loading branch information
david-swift committed Nov 11, 2023
1 parent a478acb commit 490e1a5
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 @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/david-swift/SwiftGui", branch: "main")
.package(url: "https://github.com/david-swift/SwiftGui", from: "0.1.0")
],
targets: [
.target(
Expand Down

0 comments on commit 490e1a5

Please sign in to comment.