v3.0.0 — built-by credit fix, version bump

This commit is contained in:
superdooper86
2026-05-07 16:03:23 +02:00
parent f5114a31f8
commit 6fe3e9722b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ struct SettingsView: View {
.cornerRadius(4)
}
}
Text("Built by James Bone & Claude")
Text("Built by superdooper86 & claude")
.font(.system(size: 11))
.foregroundColor(.secondary)
}