From c9d0c9812d7f056a9678fc4cce4a06b157a5f5cf Mon Sep 17 00:00:00 2001 From: jknapp Date: Sat, 3 Jan 2026 19:02:36 -0800 Subject: [PATCH] Bump version to 0.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- config.py | 2 +- macropad_macos.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 7f908f5..82a5dcb 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,6 @@ # Configuration and constants for MacroPad Server -VERSION = "0.9.0" +VERSION = "0.9.2" DEFAULT_PORT = 40000 # UI Theme colors diff --git a/macropad_macos.spec b/macropad_macos.spec index ae22db6..930e1df 100644 --- a/macropad_macos.spec +++ b/macropad_macos.spec @@ -86,7 +86,7 @@ app = BUNDLE( icon='Macro Pad.png', bundle_identifier='com.macropad.server', info_plist={ - 'CFBundleShortVersionString': '0.9.0', + 'CFBundleShortVersionString': '0.9.2', 'CFBundleName': 'MacroPad Server', 'NSHighResolutionCapable': True, },