Skip to content

Commit

Permalink
Release version 2.0
Browse files Browse the repository at this point in the history
Also fixes minor eslint issue with global Notify

Signed-off-by: Chris Blum <[email protected]>
  • Loading branch information
mulbc committed Feb 25, 2019
1 parent af9c0ca commit 5b167ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "1.2",
"version": "2.0",
"browser_action": {
"default_icon": "icons/logo128.png",
"default_popup": "popup.html",
Expand Down Expand Up @@ -31,4 +31,4 @@
"http://*/*",
"https://*/*"
]
}
}
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global authButtonClick browser */
/* global authButtonClick browser Notify */

const notify = new Notify(document.querySelector('#notify'));
async function mainLoaded() {
Expand Down

0 comments on commit 5b167ab

Please sign in to comment.