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.