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:
@@ -1,6 +1,6 @@
|
||||
# Configuration and constants for MacroPad Server
|
||||
|
||||
VERSION = "0.9.0"
|
||||
VERSION = "0.9.2"
|
||||
DEFAULT_PORT = 40000
|
||||
|
||||
# UI Theme colors
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user