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
|
# Configuration and constants for MacroPad Server
|
||||||
|
|
||||||
VERSION = "0.9.0"
|
VERSION = "0.9.2"
|
||||||
DEFAULT_PORT = 40000
|
DEFAULT_PORT = 40000
|
||||||
|
|
||||||
# UI Theme colors
|
# UI Theme colors
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ app = BUNDLE(
|
|||||||
icon='Macro Pad.png',
|
icon='Macro Pad.png',
|
||||||
bundle_identifier='com.macropad.server',
|
bundle_identifier='com.macropad.server',
|
||||||
info_plist={
|
info_plist={
|
||||||
'CFBundleShortVersionString': '0.9.0',
|
'CFBundleShortVersionString': '0.9.2',
|
||||||
'CFBundleName': 'MacroPad Server',
|
'CFBundleName': 'MacroPad Server',
|
||||||
'NSHighResolutionCapable': True,
|
'NSHighResolutionCapable': True,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user