Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Commit 363a16b

Browse files
luojiapeng14claude
andcommitted
Bump version to 1.0.11
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cf07b16 commit 363a16b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

macos/build-pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
88
PROJECT_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)"
99
BUILD_DIR="$SCRIPT_DIR/build"
1010
DIST_DIR="$PROJECT_ROOT/dist"
11-
VERSION="1.0.10"
11+
VERSION="1.0.11"
1212
SCRIPTS_DIR="$BUILD_DIR/scripts"
1313

1414
rm -rf "$BUILD_DIR"

macos/distribution.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<line choice="com.agentpack.pkg"/>
1111
</line>
1212
</choices-outline>
13-
<choice id="default"/>
14-
<choice id="com.agentpack.pkg" visible="true" enabled="true"
15-
title="Agent Pack"
16-
description="安装 Agent Pack 文件并启动图形化设置向导。">
17-
<pkg-ref id="com.agentpack.pkg"/>
18-
</choice>
13+
<choice id="default"/>
14+
<choice id="com.agentpack.pkg" visible="true" enabled="true"
15+
title="Agent Pack"
16+
description="安装 Agent Pack 文件并启动图形化设置向导。">
17+
<pkg-ref id="com.agentpack.pkg"/>
18+
</choice>
1919
<pkg-ref id="com.agentpack.pkg"
20-
version="1.0.10"
20+
version="1.0.11"
2121
onConclusion="none">AgentPack.pkg</pkg-ref>
2222
</installer-gui-script>

windows/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Requires Inno Setup 6.x
33

44
#define MyAppName "Agent Pack"
5-
#define MyAppVersion "1.0.10"
5+
#define MyAppVersion "1.0.11"
66
#define MyAppPublisher "Agent Pack"
77
#define MyAppURL "https://github.com/SenseTime-FVG/agent_pack"
88

0 commit comments

Comments
 (0)