Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny authored Jul 7, 2022
1 parent c662b2d commit fae169b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ let pkg = Package(
.library(name: "Version", targets: ["Version"]),
],
targets: [
.target(name: "Version", path: "Sources"),
.target(
name: "Version",
path: "Sources"
)
],
swiftLanguageVersions: [.version("5.5")]
)

0 comments on commit fae169b

Please sign in to comment.