diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist
index 6b20ca6..8ee6b4e 100644
--- a/ClaudeChecker/Info.plist
+++ b/ClaudeChecker/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.5
+ 1.0.6
CFBundleVersion
- 24
+ 25
LSMinimumSystemVersion
13.0
LSUIElement
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 3754e8f..d049848 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,4 @@
-## What's new in v1.0.5
+## What's new in v1.0.6
-### Release notes now render correctly
-The update sheet and in-app banner now render markdown formatting in release notes — headers, bold text, and bullet points all display correctly instead of showing raw `##` and `**` characters.
-
-The update notification popup no longer shows the full release notes text; it shows a concise "Tap to update now." prompt instead, keeping it compact.
+### Improved update notification
+The update notification now reads **"Tap to view release notes & update now!"** — making it clear you can read what's changed before installing.