Skip to content

Commit

Permalink
fix #767
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Apr 11, 2024
1 parent 79a9e50 commit abb198b
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 @@ -65,6 +65,6 @@ if FileManager.default.fileExists(atPath: ffmpegKitPath + "/Package.swift") {
]
} else {
package.dependencies += [
.package(url: "https://github.com/kingslay/FFmpegKit.git", from: "6.1.2"),
.package(url: "https://github.com/kingslay/FFmpegKit.git", from: "6.1.3"),
]
}

0 comments on commit abb198b

Please sign in to comment.