We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f75f3 commit b93256aCopy full SHA for b93256a
.gitignore
@@ -229,5 +229,4 @@ Payload/
229
*.keychain-db
230
231
# GitHub Copilot instructions (internal development)
232
-.github/copilot-instructions.md
233
.github/instructions/
FrameExtractionTool/SettingsView.swift
@@ -27,7 +27,7 @@ struct SettingsView: View {
27
VStack(alignment: .leading) {
28
Text("Frame Extractor")
29
.font(.headline)
30
- Text("Version 1.4.1")
+ Text("Version 1.4.2")
31
.font(.caption)
32
.foregroundStyle(.secondary)
33
}
0 commit comments