diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 09:27:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 09:28:56 -0500 |
| commit | 1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588 (patch) | |
| tree | a2b137f9e54d5ea448303734245b709a9db2eb6e /Hutch/Views/More/AboutView.swift | |
| parent | 5155f632e5a6af818cb4f7524459f98c2a7ceb4d (diff) | |
| download | hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.tar.gz hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.tar.bz2 hutch-1156ab1b314b9b69e16fdc5fc9ff6eb3861b4588.zip | |
Update SonarCloud project id, contact emails, and bump to 3.8.5 (93)
- Point README badges and ROADMAP query at the krazywarez_hutch SonarCloud project
- Change user-facing contact emails to [email protected] (README, SECURITY, About screen)
- Bump MARKETING_VERSION to 3.8.5 and CURRENT_PROJECT_VERSION to 93
Diffstat (limited to 'Hutch/Views/More/AboutView.swift')
| -rw-r--r-- | Hutch/Views/More/AboutView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hutch/Views/More/AboutView.swift b/Hutch/Views/More/AboutView.swift index cc820f0..97ba9f6 100644 --- a/Hutch/Views/More/AboutView.swift +++ b/Hutch/Views/More/AboutView.swift @@ -66,7 +66,7 @@ struct AboutView: View { } Section("Support") { - Link(destination: URL(string: "mailto:[email protected]")!) { + Link(destination: URL(string: "mailto:[email protected]")!) { SwiftUI.Label("Email Support", systemImage: "envelope") } .themedRow() |
