Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
updated version number
  • Loading branch information
Vithanco committed May 30, 2023
1 parent c5b6b2b commit 8d364ec
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 @@ -19,7 +19,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/johnsundell/publish.git", .upToNextMajor(from: "0.7.0"))
.package(url: "https://github.com/johnsundell/publish.git", from: "0.9.0")
],
targets: [
.target(
Expand Down

0 comments on commit 8d364ec

Please sign in to comment.