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

Commit 02a94ee

Browse files
luojiapeng14claude
andcommitted
Bump version to 1.0.10
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6b73206 commit 02a94ee

3 files changed

Lines changed: 3 additions & 3 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.9"
11+
VERSION="1.0.10"
1212
SCRIPTS_DIR="$BUILD_DIR/scripts"
1313

1414
rm -rf "$BUILD_DIR"

macos/distribution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<pkg-ref id="com.agentpack.pkg"/>
1818
</choice>
1919
<pkg-ref id="com.agentpack.pkg"
20-
version="1.0.9"
20+
version="1.0.10"
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.9"
5+
#define MyAppVersion "1.0.10"
66
#define MyAppPublisher "Agent Pack"
77
#define MyAppURL "https://github.com/SenseTime-FVG/agent_pack"
88

0 commit comments

Comments
 (0)