Address Steve's comments.

This commit is contained in:
Doug
2021-10-20 19:29:23 +01:00
parent 59c1aa5040
commit 0514b0bddc
6 changed files with 51 additions and 19 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ final class AppVersion: NSObject {
}
override var description: String {
return "\(bundleShortVersion) (\(bundleVersion))"
return "\(bundleShortVersion)(\(bundleVersion))"
}
// MARK: - Private