Skip to content

Commit

Permalink
Update to version 0.0.4 (#62)
Browse files Browse the repository at this point in the history
* Update to version 0.0.4

Signed-off-by: Simon Bennetts <[email protected]>
  • Loading branch information
psiinon authored Aug 16, 2023
1 parent a4b315b commit 0627df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zap-extension",
"version": "0.0.3",
"version": "0.0.4",
"description": "ZAP Browser Extension - allows ZAP to interact directly with the browser.",
"private": true,
"repository": "https://github.com/zaproxy/browser-extension/",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ZAP Browser Extension",
"version": "0.0.3",
"version": "0.0.4",

"icons": {
"16": "assets/icons/zap16x16.png",
Expand Down

0 comments on commit 0627df2

Please sign in to comment.