Skip to content

Commit

Permalink
Updated version: 0.0.2 -> 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgregson committed Jan 22, 2022
1 parent caee4a2 commit 9f03fdd
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": "browser-guard",
"version": "0.0.2",
"version": "0.0.3",
"description": "Protect browsers from accessing untrusted websites. A browser extension for the paranoid.",
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 2,
"content_security_policy": "default-src \u0027self\u0027;",
"icons": {
Expand Down

0 comments on commit 9f03fdd

Please sign in to comment.