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)
}
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.10</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>17</string>
<string>18</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>
+2 -2
View File
@@ -8,7 +8,7 @@
[![macOS](https://img.shields.io/badge/macOS-13.0+-000000?style=flat&logo=apple&logoColor=white)](https://www.apple.com/macos/)
[![Swift](https://img.shields.io/badge/Swift-5.9-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org)
[![Version](https://img.shields.io/badge/version-2.0.10-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases)
[![Version](https://img.shields.io/badge/version-3.0.0-orange?style=flat)](https://github.com/superdooper86/claudechecker/releases)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat)](LICENSE)
</div>
@@ -166,7 +166,7 @@ ClaudeChecker reads from the following `claude.ai` API endpoints (authenticated
## Built by
**superdooper86 & Claude**
**superdooper86 & claude**
---
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "2.0.10",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v2.0.10/ClaudeChecker.zip",
"notes": "Limit notifications: warns at 80% and 95% usage, and notifies when a limit resets."
"version": "3.0.0",
"url": "https://github.com/superdooper86/claudechecker/releases/download/v3.0.0/ClaudeChecker.zip",
"notes": "Limit notifications for 80% and 95% usage, and on quota reset."
}