From 8701fb13269f591f8528994abd4e252167dc3b4c Mon Sep 17 00:00:00 2001 From: superdooper86 Date: Thu, 7 May 2026 17:48:31 +0200 Subject: [PATCH] Release v1.0.8 --- 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 95170f8..2ab0651 100644 --- a/ClaudeChecker/Info.plist +++ b/ClaudeChecker/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.7 + 1.0.8 CFBundleVersion - 26 + 27 LSMinimumSystemVersion 13.0 LSUIElement diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 179ed9f..6dd974a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -## What's new in v1.0.7 +## What's new in v1.0.8 ### Release notes now render correctly Fixed markdown rendering in the update banner and update sheet — headers, **bold text**, and bullet points now display properly instead of showing raw `##` and `**` characters.