update version

This commit is contained in:
PhilReact 2025-03-19 18:18:21 +02:00
parent d42481d951
commit 67535c9f87
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Qortal",
"version": "2.3.2",
"version": "2.3.3",
"icons": {
"16": "qort.png",
"32": "qort.png",

View File

@ -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) => (