Skip to content

Commit

Permalink
remove version string
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Nov 15, 2024
1 parent 021fe59 commit 47d5cac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ let package = Package(
products: [
.library(
name: "Ultravox",
targets: ["Ultravox"],
versionString: "0.0.3"
targets: ["Ultravox"]
),
],
dependencies: [
Expand Down

0 comments on commit 47d5cac

Please sign in to comment.