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

Commit 5fcf68b

Browse files
committedMar 28, 2018
Bump version
1 parent 83168f6 commit 5fcf68b

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.17",
6+
"version": "2.0.18",
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.17"
14+
const VERSION = "2.0.18"
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.17",
5+
"version": "2.0.18",
66
"author": "Danny van Kooten",
77
"homepage_url": "https://github.com/dannyvankooten/browserpass",
88
"options_ui": {

0 commit comments

Comments
 (0)