Skip to content

Commit

Permalink
Merge pull request #30 from avwo/dev
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
avwo committed Mar 25, 2024
2 parents c3311f0 + 1a91986 commit 69fa16d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.1
1. feat: 修改 Mac 客户端桌面图标
2. feat: update whistle@2.9.67

# v1.1.0
1. feat: 修改 Dock 及托盘图标,感谢 @22dm 建议及素材:https://github.com/avwo/whistle-client/issues/26
2. feat: update whistle@2.9.66
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Whistle",
"version": "1.1.0",
"version": "1.1.1",
"description": "Whistle Web Debugging Proxy",
"main": "./lib/index.js",
"author": "avenwu <avwu@qq.com>",
Expand Down Expand Up @@ -38,7 +38,7 @@
}
],
"mac": {
"icon": "public/whistle.png",
"icon": "public/dock.png",
"target": {
"target": "dmg",
"arch": [
Expand Down Expand Up @@ -73,7 +73,7 @@
"fs-extra": "^11.1.1",
"npminstall": "^7.9.0",
"sudo-prompt": "^9.2.1",
"whistle": "^2.9.66",
"whistle": "^2.9.67",
"whistle.proxyauth": "^1.1.1"
}
}

0 comments on commit 69fa16d

Please sign in to comment.