Skip to content

Commit f1e84e6

Browse files
committed
fix: 更新版本号到 3.0.4
1 parent d732e15 commit f1e84e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code_shuai/dasheng",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "🐵 大圣 - 72变无所不能,超越贾维斯的AI助手",
55
"type": "module",
66
"main": "./dist/cli/index.js",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { program } from "commander";
99
import chalk from "chalk";
1010

1111
const packageJson = {
12-
version: "3.0.3",
12+
version: "3.0.4",
1313
};
1414

1515
// Logo (简化,避免 Windows Canvas 问题)

0 commit comments

Comments
 (0)