Skip to content

Commit 34bb50b

Browse files
committed
Use the first official release of Publish
1 parent 5c37a2e commit 34bb50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
)
1818
],
1919
dependencies: [
20-
.package(url: "git@github.com:johnsundell/publish.git", .branch("master")),
20+
.package(url: "https://github.com/johnsundell/publish.git", from: "0.1.0"),
2121
.package(url: "https://github.com/johnsundell/splash.git", from: "0.9.0")
2222
],
2323
targets: [

0 commit comments

Comments
 (0)