Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn committed Nov 30, 2020
1 parent 0066f22 commit a42e073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 2,
"name": "Signed Pages",
"description": "Verifies PGP signed pages for extra security against malicious or breached servers.",
"version": "0.4.2",
"version": "0.5.0",
"homepage_url": "https://github.com/tasn/webext-signed-pages",
"icons": {
"48": "images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "signed-pages",
"description": "Verifies PGP signed pages for extra security against malicious or breanched servers.",
"version": "0.4.2",
"version": "0.5.0",
"main": "index.js",
"scripts": {
"build": "webpack -w --display-error-details --progress --colors",
Expand Down

0 comments on commit a42e073

Please sign in to comment.