build(devtools): update the extension version (#46289)

Update the version for the Firefox and Chrome extension to enable us
to publish the latest support of standalone components.

PR Close #46289
This commit is contained in:
mgechev
2022-06-07 16:38:43 +03:00
committed by Jessica Janiuk
parent 04acc6b14d
commit 12a0cad02e
2 changed files with 3 additions and 3 deletions
@@ -3,8 +3,8 @@
"short_name": "Angular DevTools",
"name": "Angular DevTools",
"description": "Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.",
"version": "1.0.4",
"version_name": "1.0.4",
"version": "1.0.6",
"version_name": "1.0.6",
"minimum_chrome_version": "50",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
@@ -3,7 +3,7 @@
"short_name": "Angular DevTools",
"name": "Angular DevTools",
"description": "Angular DevTools extends Firefox DevTools adding Angular specific debugging and profiling capabilities.",
"version": "1.0.4",
"version": "1.0.6",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "assets/icon16.png",