Skip to content

Commit e12c3e8

Browse files
committed
Attempt to merage all build v.
1 parent f9c6fef commit e12c3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
<!-- Add release notes here -->
238238
239239
### 📋 Build Information
240-
- **Version**: ${{ steps.app_version.outputs.app_version }}
240+
- **Version**: ${{ steps.app_version.outputs.release_version }}
241241
- **Build**: ${{ steps.app_version.outputs.build_number }}
242242
- **iOS Target**: 17.0+
243243
- **Architecture**: Universal (iPhone/iPad)

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.3.0")
30+
Text("Version 1.4.0")
3131
.font(.caption)
3232
.foregroundStyle(.secondary)
3333
}

0 commit comments

Comments
 (0)