Skip to content

Commit b93256a

Browse files
committed
Bump version to 1.4.2
1 parent 20f75f3 commit b93256a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,4 @@ Payload/
229229
*.keychain-db
230230

231231
# GitHub Copilot instructions (internal development)
232-
.github/copilot-instructions.md
233232
.github/instructions/

FrameExtractionTool/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct SettingsView: View {
2727
VStack(alignment: .leading) {
2828
Text("Frame Extractor")
2929
.font(.headline)
30-
Text("Version 1.4.1")
30+
Text("Version 1.4.2")
3131
.font(.caption)
3232
.foregroundStyle(.secondary)
3333
}

0 commit comments

Comments
 (0)