Skip to content

Commit

Permalink
release: bump Angular DevTools version to 1.0.13 (#55371)
Browse files Browse the repository at this point in the history
PR Close #55371
  • Loading branch information
dgp1130 authored and pkozlowski-opensource committed Apr 17, 2024
1 parent c67cbe9 commit 8c6f261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.12",
"version_name": "1.0.12",
"version": "1.0.13",
"version_name": "1.0.13",
"minimum_chrome_version": "102",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.12",
"version": "1.0.13",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "assets/icon16.png",
Expand Down

0 comments on commit 8c6f261

Please sign in to comment.