From 865b194eeb94da74f3977b028f91589d41e77a2f Mon Sep 17 00:00:00 2001 From: hariel1985 Date: Sat, 27 Jun 2026 06:36:21 +0200 Subject: [PATCH] Bump version to 1.2.1 Patch release shipping the hardened-runtime microphone fix (device.audio-input + allow-jit entitlements). The previously released 1.2.0 build could not access the microphone once hardened-runtime signed. Co-Authored-By: Claude Opus 4.8 --- macos/Makefile | 2 +- macos/WhisperDictate.app/Contents/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macos/Makefile b/macos/Makefile index fd59737..7509b8e 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -2,7 +2,7 @@ APP_NAME = WhisperDictate APP_BUNDLE = $(APP_NAME).app -VERSION = 1.2.0 +VERSION = 1.2.1 # Directories SRC_DIR = src diff --git a/macos/WhisperDictate.app/Contents/Info.plist b/macos/WhisperDictate.app/Contents/Info.plist index 292f4e2..2790be1 100644 --- a/macos/WhisperDictate.app/Contents/Info.plist +++ b/macos/WhisperDictate.app/Contents/Info.plist @@ -19,9 +19,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2.0 + 1.2.1 CFBundleVersion - 1 + 2 LSMinimumSystemVersion 13.0 LSUIElement