Skip to content

Commit

Permalink
Release version 2.2
Browse files Browse the repository at this point in the history
Change mount list to be a datalist instead of a <select> - this allows people to use non-default mount names
  • Loading branch information
mulbc committed Mar 7, 2020
1 parent faf08e7 commit d601db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "VaultPass",
"description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams",
"version": "2.1",
"version": "2.2",
"browser_action": {
"default_icon": "icons/logo128.png",
"default_popup": "popup.html",
Expand Down Expand Up @@ -31,4 +31,4 @@
"http://*/*",
"https://*/*"
]
}
}

0 comments on commit d601db7

Please sign in to comment.