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