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

Commit a8ec362

Browse files
committedApr 19, 2018
Bump version
1 parent 1f64fc9 commit a8ec362

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎chrome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"name": "browserpass-ce",
55
"description": "Chrome extension for zx2c4's pass (password manager) - Community Edition.",
6-
"version": "2.0.20",
6+
"version": "2.0.21",
77
"author": "Danny van Kooten",
88
"homepage_url": "https://github.com/dannyvankooten/browserpass",
99
"background": {

‎cmd/browserpass/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/dannyvankooten/browserpass/protector"
1212
)
1313

14-
const VERSION = "2.0.20"
14+
const VERSION = "2.0.21"
1515

1616
func main() {
1717
protector.Protect("stdio rpath proc exec getpw")

‎firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "browserpass-ce",
44
"description": "Firefox extension for zx2c4's pass (password manager) - Community Edition.",
5-
"version": "2.0.20",
5+
"version": "2.0.21",
66
"author": "Danny van Kooten",
77
"homepage_url": "https://github.com/dannyvankooten/browserpass",
88
"options_ui": {

0 commit comments

Comments
 (0)