Skip to content

Commit

Permalink
Shows version
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed May 16, 2024
1 parent 88ce13e commit 1a5a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eikana/eikanaApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct eikanaApp: App {
}

HStack {
Text("Ver 0.0.1")
Text("Ver ") + Text((Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String) ?? "?.?.?")
}
}
}
Expand Down

0 comments on commit 1a5a6f8

Please sign in to comment.