From c7cd0c28102453afe6ddb7adfe878755257df2eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 08:34:36 -0700 Subject: [PATCH] Bumped browser version to 2022.5.0 (#2840) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/browser/src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/manifest.json b/apps/browser/src/manifest.json index 6c0af31f69..b9dfaa1077 100644 --- a/apps/browser/src/manifest.json +++ b/apps/browser/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_appName__", - "version": "2022.05.0", + "version": "2022.5.0", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Bitwarden Inc.",