Skip to content

Commit

Permalink
chore: release extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Sep 23, 2024
1 parent 050c7c5 commit ed55b99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/chrome-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"permissions": [
"scripting"
],
"version": "7.0.0.6",
"version_name": "7.0.0 beta 6",
"version": "7.0.0.7",
"version_name": "7.0.0 beta 7",
"web_accessible_resources": [
{
"extension_ids": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-chrome-extension",
"type": "module",
"version": "7.0.0-beta.6",
"version": "7.0.0-beta.7",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/firefox-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"permissions": [
"<all_urls>"
],
"version": "7.0.0.6",
"version_name": "7.0.0 beta 6",
"version": "7.0.0.7",
"version_name": "7.0.0 beta 7",
"web_accessible_resources": [
"dist/user-app.js",
"client/devtools-panel.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/firefox-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue/devtools-firefox-extension",
"type": "module",
"version": "7.0.0-beta.6",
"version": "7.0.0-beta.7",
"private": true,
"author": "webfansplz",
"license": "MIT",
Expand Down

0 comments on commit ed55b99

Please sign in to comment.