From 5b167ab8788b4cce6f1946d575a68aa66aa7ff47 Mon Sep 17 00:00:00 2001 From: Chris Blum Date: Mon, 25 Feb 2019 17:47:41 +0100 Subject: [PATCH] Release version 2.0 Also fixes minor eslint issue with global Notify Signed-off-by: Chris Blum --- manifest.json | 4 ++-- options.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4307652..2410f07 100644 --- a/manifest.json +++ b/manifest.json @@ -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", @@ -31,4 +31,4 @@ "http://*/*", "https://*/*" ] -} +} diff --git a/options.js b/options.js index da1a758..95b4cd4 100644 --- a/options.js +++ b/options.js @@ -1,4 +1,4 @@ -/* global authButtonClick browser */ +/* global authButtonClick browser Notify */ const notify = new Notify(document.querySelector('#notify')); async function mainLoaded() {