Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Nov 14, 2024
1 parent f873a22 commit d03bb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import PackageDescription

let package = Package(
name: "Ultravox",

platforms: [
.iOS(.v13),
.macOS(.v10_15), // No way to only build for iOS. WTF Apple.
],
products: [
.library(
name: "Ultravox",
targets: ["Ultravox"]
targets: ["Ultravox"],
versionString: "0.0.2"
),
],
dependencies: [
Expand All @@ -27,4 +27,4 @@ let package = Package(
]
),
]
)
)

Check warning on line 30 in Package.swift

View workflow job for this annotation

GitHub Actions / check

Add empty blank line at end of file. (linebreakAtEndOfFile)

0 comments on commit d03bb50

Please sign in to comment.