Skip to content

Commit c9eaf53

Browse files
dgp1130AndrewKushnir
authored andcommitted
release: bump Angular DevTools version to 1.0.21 (angular#59548)
PR Close angular#59548
1 parent d0ad030 commit c9eaf53

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.20",
7-
"version_name": "1.0.20",
6+
"version": "1.0.21",
7+
"version_name": "1.0.21",
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.20",
6+
"version": "1.0.21",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
88
"icons": {
99
"16": "assets/icon16.png",

0 commit comments

Comments
 (0)