Commit 1d11cc1e authored by Your Name's avatar Your Name

Bump version to 1.0.35 / 1.0r35

Co-Authored-By: 's avatarClaude Sonnet 4.6 <noreply@anthropic.com>
parent ca964fe9
......@@ -4,7 +4,7 @@ MbetterClient - Cross-platform multimedia client application
A multi-threaded application with video playback, web dashboard, and REST API integration.
"""
__version__ = "1.0.34"
__version__ = "1.0.35"
__author__ = "MBetter Project"
__email__ = "dev@mbetter.net"
__description__ = "Cross-platform multimedia client with video overlay and web dashboard"
......
......@@ -262,7 +262,7 @@ class ApiConfig:
# Request settings
verify_ssl: bool = True
user_agent: str = "MbetterClient/1.0r34"
user_agent: str = "MbetterClient/1.0r35"
max_response_size_mb: int = 100
# Additional API client settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment