We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c6fef commit e12c3e8Copy full SHA for e12c3e8
.github/workflows/build-ipa.yml
@@ -237,7 +237,7 @@ jobs:
237
<!-- Add release notes here -->
238
239
### 📋 Build Information
240
- - **Version**: ${{ steps.app_version.outputs.app_version }}
+ - **Version**: ${{ steps.app_version.outputs.release_version }}
241
- **Build**: ${{ steps.app_version.outputs.build_number }}
242
- **iOS Target**: 17.0+
243
- **Architecture**: Universal (iPhone/iPad)
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.3.0")
+ Text("Version 1.4.0")
31
.font(.caption)
32
.foregroundStyle(.secondary)
33
}
0 commit comments