Skip to content

Commit a28cadc

Browse files
dgp1130atscott
authored andcommitted
release: bump Angular DevTools to version 1.0.32 (angular#61620)
PR Close angular#61620
1 parent ce916fe commit a28cadc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devtools/projects/shell-browser/src/manifest/manifest.chrome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"short_name": "Angular DevTools",
44
"name": "Angular DevTools",
55
"description": "Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.",
6-
"version": "1.0.31",
7-
"version_name": "1.0.31",
6+
"version": "1.0.32",
7+
"version_name": "1.0.32",
88
"minimum_chrome_version": "102",
99
"content_security_policy": {
1010
"extension_pages": "script-src 'self'; object-src 'self'"

devtools/projects/shell-browser/src/manifest/manifest.firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "Angular DevTools",
44
"name": "Angular DevTools",
55
"description": "Angular DevTools extends Firefox DevTools adding Angular specific debugging and profiling capabilities.",
6-
"version": "1.0.31",
6+
"version": "1.0.32",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
88
"icons": {
99
"16": "assets/icon16.png",

0 commit comments

Comments
 (0)