diff --git a/ClaudeChecker/ContentView.swift b/ClaudeChecker/ContentView.swift index 506cf16..e499207 100644 --- a/ClaudeChecker/ContentView.swift +++ b/ClaudeChecker/ContentView.swift @@ -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) } diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index b3be0ff..546abd0 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.10 + 3.0.0 CFBundleVersion - 17 + 18 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/README.md b/README.md index e4dd366..27fa0e3 100644 --- a/README.md +++ b/README.md @@ -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) @@ -166,7 +166,7 @@ ClaudeChecker reads from the following `claude.ai` API endpoints (authenticated ## Built by -**superdooper86 & Claude** +**superdooper86 & claude** --- diff --git a/version.json b/version.json index dd8a137..802c61a 100644 --- a/version.json +++ b/version.json @@ -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." }