diff --git a/devtools/README.md b/devtools/README.md index b20ab4286e9..a766e3bb125 100644 --- a/devtools/README.md +++ b/devtools/README.md @@ -66,7 +66,7 @@ To publish Angular DevTools as a Firefox Add-on, first build and package the ext yarn devtools:build:firefox # Package the extension. -(cd dist/bin/devtools/projects/shell-browser/src/prodapp ~/devtools-firefox && zip -r ~/devtools-firefox.zip *) +(cd dist/bin/devtools/projects/shell-browser/src/prodapp && zip -r ~/devtools-firefox.zip *) ``` Then upload it: diff --git a/devtools/projects/shell-browser/src/manifest/manifest.chrome.json b/devtools/projects/shell-browser/src/manifest/manifest.chrome.json index 74e9ba364a6..3553bbb045c 100644 --- a/devtools/projects/shell-browser/src/manifest/manifest.chrome.json +++ b/devtools/projects/shell-browser/src/manifest/manifest.chrome.json @@ -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.11", - "version_name": "1.0.11", + "version": "1.0.12", + "version_name": "1.0.12", "minimum_chrome_version": "102", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" @@ -65,4 +65,4 @@ "all_frames": true } ] -} \ No newline at end of file +} diff --git a/devtools/projects/shell-browser/src/manifest/manifest.firefox.json b/devtools/projects/shell-browser/src/manifest/manifest.firefox.json index 77ed7311b44..498211b1ebe 100644 --- a/devtools/projects/shell-browser/src/manifest/manifest.firefox.json +++ b/devtools/projects/shell-browser/src/manifest/manifest.firefox.json @@ -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.11", + "version": "1.0.12", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "assets/icon16.png", @@ -51,4 +51,4 @@ "all_frames": true } ] -} \ No newline at end of file +}