From 337d0a4bccbdfa7b6a10c212040c71c5c60f0975 Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Fri, 21 Jun 2024 07:57:26 +0200 Subject: [PATCH] Bump version number Signed-off-by: Felix Moessbauer --- platform/chrome/manifest.json | 2 +- platform/firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/chrome/manifest.json b/platform/chrome/manifest.json index ccae5fb..cb616ca 100644 --- a/platform/chrome/manifest.json +++ b/platform/chrome/manifest.json @@ -2,7 +2,7 @@ "description": "Entra ID SSO via Microsoft Identity Broker", "manifest_version": 3, "name": "Linux Entra SSO", - "version": "0.6", + "version": "0.6.1", "icons": { "48": "icons/linux-entra-sso_48.png", "128": "icons/linux-entra-sso_128.png" diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 18f090d..431e460 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "description": "Entra ID SSO via Microsoft Identity Broker", "manifest_version": 3, "name": "Linux Entra SSO", - "version": "0.6", + "version": "0.6.1", "icons": { "48": "icons/linux-entra-sso.svg" },