Description
The app version (CFBundleShortVersionString) and build number (CFBundleVersion) are configured in Info.plist and updated by CI, but not visible anywhere in the UI.
Proposed Change
Add a version + build label to the existing SettingsView footer (between the app name and tagline), e.g. v1.0 (42).
Read values from Bundle.main.infoDictionary — no new files or helpers needed.
Acceptance Criteria