Skip to content

Commit fe00e82

Browse files
macosmacos
authored andcommitted
chore: bump version to 1.0.13
- fix: tags 参数兼容字符串格式 (normalize_tags) - fix: 项目选择页用户信息显示 + 语言选择器修复 - docs: README 英文版设为默认,多语言同步更新
1 parent dd7434b commit fe00e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
wailsRuntime "github.com/wailsapp/wails/v2/pkg/runtime"
2626
)
2727

28-
const AppVersion = "1.0.12"
28+
const AppVersion = "1.0.13"
2929

3030
type App struct {
3131
ctx context.Context

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aivectormemory"
7-
version = "1.0.12"
7+
version = "1.0.13"
88
description = "轻量级 MCP Server,为 AI 编程助手提供跨会话持久记忆能力"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)