Bump version to 0.9.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-03 19:02:36 -08:00
parent 3521f777e9
commit c9d0c9812d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Configuration and constants for MacroPad Server
VERSION = "0.9.0"
VERSION = "0.9.2"
DEFAULT_PORT = 40000
# UI Theme colors

View File

@@ -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,
},