From 85a99494d8d2676d12705f151cc3df7106d3a1f3 Mon Sep 17 00:00:00 2001 From: Chris Blum Date: Tue, 21 Nov 2023 12:57:20 +0100 Subject: [PATCH] Prepare 2.3.4 version release --- manifest.json | 2 +- manifestV2.json | 2 +- manifestV3.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3ef65c2..58a67c5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "VaultPass", "description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams", - "version": "2.3.3", + "version": "2.3.4", "action": { "default_icon": "icons/logo128.png", "default_popup": "popup.html", diff --git a/manifestV2.json b/manifestV2.json index a9c76ec..d08f8a6 100644 --- a/manifestV2.json +++ b/manifestV2.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "VaultPass", "description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams", - "version": "2.3.3", + "version": "2.3.4", "browser_action": { "default_icon": "icons/logo128.png", "default_popup": "popup.html", diff --git a/manifestV3.json b/manifestV3.json index 2c68b2d..1003e0c 100644 --- a/manifestV3.json +++ b/manifestV3.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "VaultPass", "description": "A Chrome extension to leverage Hashicorp Vault as Credential Storage for teams", - "version": "2.3.3", + "version": "2.3.4", "action": { "default_icon": "icons/logo128.png", "default_popup": "popup.html",