From 67535c9f87ed4d79d04aceab1cee6c5e9e23020d Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 19 Mar 2025 18:18:21 +0200 Subject: [PATCH] update version --- public/manifest.json | 2 +- src/ExtStates/NotAuthenticated.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 1fe35bd..68c078e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Qortal", - "version": "2.3.2", + "version": "2.3.3", "icons": { "16": "qort.png", "32": "qort.png", diff --git a/src/ExtStates/NotAuthenticated.tsx b/src/ExtStates/NotAuthenticated.tsx index 0f0f4bf..ba47bc5 100644 --- a/src/ExtStates/NotAuthenticated.tsx +++ b/src/ExtStates/NotAuthenticated.tsx @@ -27,9 +27,8 @@ import { cleanUrl, gateways, isUsingLocal } from "../background"; import { GlobalContext } from "../App"; import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip'; -const manifestData = { - version: "0.5.2", -}; +const manifestData = chrome?.runtime?.getManifest(); + export const HtmlTooltip = styled(({ className, ...props }: TooltipProps) => (