Skip to content

Commit

Permalink
fix: fix package.swift generator to point to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer authored Apr 17, 2024
1 parent 93769d1 commit afa415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageSwiftGenerator/GeneratePackageFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class GeneratePackageFile {
let libName: String
let capRepoName = "capacitor-swift-pm"
let capLocation = "https://github.com/ionic-team/capacitor-swift-pm.git"
let capVersion = "main"
let capVersion = "6.0.0"

var packageText: String {
return """
Expand Down

0 comments on commit afa415d

Please sign in to comment.