diff --git a/chrome/manifest.json b/chrome/manifest.json index eaba7c0..91b9963 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "manifest_version": 2, "name": "browserpass-ce", "description": "Chrome extension for zx2c4's pass (password manager) - Community Edition.", - "version": "2.0.21", + "version": "2.0.22", "author": "Danny van Kooten", "homepage_url": "https://github.com/dannyvankooten/browserpass", "background": { diff --git a/cmd/browserpass/main.go b/cmd/browserpass/main.go index 4867e50..21e8f0d 100644 --- a/cmd/browserpass/main.go +++ b/cmd/browserpass/main.go @@ -11,7 +11,7 @@ import ( "github.com/dannyvankooten/browserpass/protector" ) -const VERSION = "2.0.21" +const VERSION = "2.0.22" func main() { protector.Protect("stdio rpath proc exec getpw") diff --git a/firefox/manifest.json b/firefox/manifest.json index 3613bd0..6688285 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "browserpass-ce", "description": "Firefox extension for zx2c4's pass (password manager) - Community Edition.", - "version": "2.0.21", + "version": "2.0.22", "author": "Danny van Kooten", "homepage_url": "https://github.com/dannyvankooten/browserpass", "options_ui": {