This commit is contained in:
Francesco 2024-12-19 16:06:33 +01:00
parent 2b97dcfe05
commit b4b20154a5
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ struct AboutView: View {
.font(.largeTitle)
.fontWeight(.bold)
Text("Version 1.0.0")
Text("Version b1.0.0")
.font(.subheadline)
.foregroundColor(.secondary)
}