🔖 Release v2.1.1

This commit is contained in:
GitHub Action 2025-06-03 04:46:18 +00:00
parent 5b640bdd4f
commit 4df533b8e1
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.1.1
commit = False
tag = False
allow_dirty = True

View File

@ -1,6 +1,6 @@
[project]
name = "mcp-feedback-enhanced"
version = "2.1.0"
version = "2.1.1"
description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual UI support (Qt GUI and Web UI) with intelligent environment detection."
readme = "README.md"
requires-python = ">=3.11"

View File

@ -18,7 +18,7 @@ MCP Interactive Feedback Enhanced
- 重構的模組化架構
"""
__version__ = "2.1.0"
__version__ = "2.1.1"
__author__ = "Minidoracat"
__email__ = "minidora0702@gmail.com"