diff --git a/ClaudeChecker/ContentView.swift b/ClaudeChecker/ContentView.swift
index fc5feb6..506cf16 100644
--- a/ClaudeChecker/ContentView.swift
+++ b/ClaudeChecker/ContentView.swift
@@ -735,8 +735,10 @@ struct SettingsView: View {
.font(.system(size: 12, weight: .medium))
.foregroundColor(.secondary)
VStack(alignment: .leading, spacing: 2) {
+ Text("• /api/bootstrap")
Text("• /api/organizations/{id}/usage")
- Text("• /api/organizations/{id}/rate_limits")
+ Text("• /api/organizations/{id}/overage_spend_limit")
+ Text("• /api/organizations/{id}/prepaid/credits")
}
.font(.system(size: 11, design: .monospaced))
.foregroundColor(Color.secondary.opacity(0.7))
diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist
index 292b022..47315f2 100644
--- a/ClaudeChecker/Info.plist
+++ b/ClaudeChecker/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.7
+ 2.0.8
CFBundleVersion
- 14
+ 15
LSMinimumSystemVersion
13.0
LSUIElement
diff --git a/README.md b/README.md
index 0e89829..c20fc63 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[](https://www.apple.com/macos/)
[](https://swift.org)
-[](https://github.com/superdooper86/claudechecker/releases)
+[](https://github.com/superdooper86/claudechecker/releases)
[](LICENSE)
diff --git a/screenshots/main.png b/screenshots/main.png
index 552ffd3..8def8a1 100644
Binary files a/screenshots/main.png and b/screenshots/main.png differ
diff --git a/screenshots/settings.png b/screenshots/settings.png
index cb57477..f727d58 100644
Binary files a/screenshots/settings.png and b/screenshots/settings.png differ
diff --git a/version.json b/version.json
index b35739a..34a17ff 100644
--- a/version.json
+++ b/version.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.7",
- "url": "https://github.com/superdooper86/claudechecker/releases/download/v2.0.7/ClaudeChecker.zip",
- "notes": "Show account email in settings auth section."
+ "version": "2.0.8",
+ "url": "https://github.com/superdooper86/claudechecker/releases/download/v2.0.8/ClaudeChecker.zip",
+ "notes": "Updated data sources list in settings."
}