Skip to content

Commit

Permalink
version patch (2.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ngjie committed Oct 9, 2022
1 parent 3661603 commit 6e5a244
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ajax-proxy",
"private": true,
"description": "Modify your Ajax response to test",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"dev": "pnpm -C ./packages/vue-panels serve",
"watch": "run-p watch:lib watch:chrome",
Expand Down
1 change: 0 additions & 1 deletion packages/shared-utils/src/notice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ export function noticeContentByServiceWorker(port: chrome.runtime.Port | undefin
// 一般不会走到这里,上有已经做 onDisconnect 监听
}
}

}
2 changes: 1 addition & 1 deletion packages/shell-chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Ajax Proxy",
"version": "2.1.0",
"version": "2.1.1",
"description": "Modify your Ajax response to test",
"author": "Gj",
"icons": {
Expand Down

0 comments on commit 6e5a244

Please sign in to comment.