From b5c3cc63797ae5d3ebeb515a0e124236ff64f230 Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 18:11:44 +0200 Subject: [PATCH] Rerelease as v1.0.10 (was incorrectly versioned as v1.1.0) --- ClaudeChecker/Info.plist | 4 ++-- RELEASE_NOTES.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist index a296b23..373403b 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.0.10 CFBundleVersion - 29 + 30 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7f8ee64..c291891 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -## What's new in v1.1.0 +## What's new in v1.0.10 ### Main window always opens on click Closing the app while Settings was open would cause the next click to reopen straight to Settings. The app now always returns to the main window when reopened.