Skip to content

Commit

Permalink
Release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jun 23, 2022
1 parent bb93be5 commit 2a28361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-devtools",
"version": "4.3.1",
"version": "4.3.2",
"description": "Preact Devtools Extension",
"main": "dist/preact-devtools.js",
"module": "dist/preact-devtools.module.js",
Expand Down
2 changes: 1 addition & 1 deletion src/shells/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Preact Developer Tools",
"description": "Adds debugging tools for Preact to Chrome",
"version": "4.3.1",
"version": "4.3.2",
"devtools_page": "panel/empty-panel.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],
Expand Down
2 changes: 1 addition & 1 deletion src/shells/edge/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Preact Developer Tools",
"description": "Adds debugging tools for Preact to Microsoft Edge",
"version": "4.3.1",
"version": "4.3.2",
"devtools_page": "panel/empty-panel.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],
Expand Down
2 changes: 1 addition & 1 deletion src/shells/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Preact Developer Tools",
"description": "Adds debugging tools for Preact to Firefox",
"version": "4.3.1",
"version": "4.3.2",
"devtools_page": "panel/empty-panel.html",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],
Expand Down

0 comments on commit 2a28361

Please sign in to comment.