Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jul 25, 2018
1 parent 4b57674 commit c00a552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion cmd/browserpass/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c00a552

Please sign in to comment.