Skip to content

Commit afa415d

Browse files
authored
fix: fix package.swift generator to point to 6.0.0
1 parent 93769d1 commit afa415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageSwiftGenerator/GeneratePackageFile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class GeneratePackageFile {
55
let libName: String
66
let capRepoName = "capacitor-swift-pm"
77
let capLocation = "https://github.com/ionic-team/capacitor-swift-pm.git"
8-
let capVersion = "main"
8+
let capVersion = "6.0.0"
99

1010
var packageText: String {
1111
return """

0 commit comments

Comments
 (0)