Skip to content

Commit e03fddb

Browse files
committed
chore(release): 发布新版本2.0.1
- 更新桌面应用版本号- 更新浏览器扩展版本号 - 更新根项目版本号- 调整构建配置中的架构声明格式 -保持多架构支持 (x64, arm64)
1 parent 9ad8a58 commit e03fddb

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prompt-optimizer",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"engines": {

packages/desktop/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prompt-optimizer/desktop",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Desktop application for Prompt Optimizer",
55
"main": "main.js",
66
"repository": {
@@ -59,11 +59,17 @@
5959
"target": [
6060
{
6161
"target": "dmg",
62-
"arch": ["x64", "arm64"]
62+
"arch": [
63+
"x64",
64+
"arm64"
65+
]
6366
},
6467
{
6568
"target": "zip",
66-
"arch": ["x64", "arm64"]
69+
"arch": [
70+
"x64",
71+
"arm64"
72+
]
6773
}
6874
],
6975
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",

packages/extension/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"default_locale": "zh_CN",
44
"name": "__MSG_extName__",
5-
"version": "2.0.0",
5+
"version": "2.0.1",
66
"description": "__MSG_extDesc__",
77
"icons": {
88
"16": "icons/icon16.png",

0 commit comments

Comments
 (0)